函数逻辑报告 |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-27 08:06:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xz_dec_lzma2_reset
函数原型:enum xz_ret xz_dec_lzma2_reset(struct xz_dec_lzma2 *s, uint8_t props)
返回类型:enum xz_ret
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xz_dec_lzma2 * | s | |
uint8_t | props |
1135 | 如果props大于39则返回:XZ_OPTIONS_ERROR |
1141 | 如果DEC_IS_MULTI(Operation mode )则 |
1147 | 如果DEC_IS_DYNALLOC(Operation mode )则 |
1152 | 如果(Beginning of the history buffer == NULL)则 |
1163 | * True if dictionary reset is needed. This is false before * the first chunk (LZMA or uncompressed). = true |
1165 | size等于0 |
1167 | 返回:XZ_OK |
名称 | 描述 |
---|---|
dec_block_header | Decode the Block Header and initialize the filter chain. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |