函数逻辑报告 |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-27 08:06:47 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Take care of the LZMA2 control layer, and forward the job of actual LZMA* decoding or copying of uncompressed chunks to other functions.
函数原型:enum xz_ret xz_dec_lzma2_run(struct xz_dec_lzma2 *s, struct xz_buf *b)
返回类型:enum xz_ret
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct xz_dec_lzma2 * | s | |
| struct xz_buf * | b |
| 972 | 如果tmp恒等于0x00则返回:XZ_STREAM_END |
| 980 | 返回:XZ_DATA_ERROR |
| 983 | 如果tmp大于等于0x80则 |
| 984 | Uncompressed size of LZMA chunk (2 MiB at maximum) 等于tmp按位与0x1F的值左移16位 |
| 987 | 如果tmp大于等于0xC0则 |
| 998 | 返回:XZ_DATA_ERROR |
| 1000 | 否则 |
| 1006 | 否则 |
| 1007 | 如果tmp大于0x02则返回:XZ_DATA_ERROR |
| 1014 | 退出 |
| 1017 | Uncompressed size of LZMA chunk (2 MiB at maximum) 加等于in[in_pos++]左移8位 |
| 1020 | 退出 |
| 1023 | Uncompressed size of LZMA chunk (2 MiB at maximum) 加等于in[in_pos++]加1 |
| 1026 | 退出 |
| 1029 | * Compressed size of LZMA chunk or compressed/uncompressed * size of uncompressed chunk (64 KiB at maximum)等于in[in_pos++]左移8位 |
| 1032 | 退出 |
| 1035 | * Compressed size of LZMA chunk or compressed/uncompressed * size of uncompressed chunk (64 KiB at maximum)加等于in[in_pos++]加1 |
| 1037 | Position in xz_dec_lzma2_run(). 等于 Next position after decoding the compressed size of the chunk. |
| 1038 | 退出 |
| 1052 | 如果非Read the first five initial bytes into rc->code if they haven't been* read already. (Yes, the first byte gets completely ignored.)则返回:XZ_OK |
| 1060 | 当: Position in xz_dec_lzma2_run(). 恒等于SEQ_LZMA_RUN |
| 1078 | 如果 Uncompressed size of LZMA chunk (2 MiB at maximum) 恒等于0则 |
| 1090 | 返回:XZ_OK |
| 1093 | 退出 |
| 1095 | 当: Position in xz_dec_lzma2_run(). 恒等于SEQ_COPY |
| 1105 | 返回:XZ_OK |
| 名称 | 描述 |
|---|---|
| dec_block | Decode the Compressed Data field from a Block |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |