Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xz_dec_lzma2_reset
Proto:enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props)
Type:enum xz_ret
Parameter:
Type | Parameter | Name |
---|---|---|
struct xz_dec_lzma2 * | s | |
uint8_t | props |
1135 | If props > 39 Then Return XZ_OPTIONS_ERROR |
1141 | If DEC_IS_MULTI(Operation mode ) Then |
1147 | If DEC_IS_DYNALLOC(Operation mode ) Then |
1152 | If (Beginning of the history buffer == NULL) Then |
1163 | * True if dictionary reset is needed. This is false before * the first chunk (LZMA or uncompressed). = true |
1165 | size = 0 |
1167 | Return XZ_OK |
Name | Describe |
---|---|
dec_block_header | Decode the Block Header and initialize the filter chain. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |