函数逻辑报告 |
Source Code:lib\xz\xz_dec_stream.c |
Create Date:2022-07-27 08:06:16 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Decode the Compressed Data field from a Block
函数原型:static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b)
返回类型:enum xz_ret
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct xz_dec * | s | |
| struct xz_buf * | b |
| 230 | ret等于Take care of the LZMA2 control layer, and forward the job of actual LZMA* decoding or copying of uncompressed chunks to other functions. |
| 244 | 如果 Type of the integrity check calculated from uncompressed data 恒等于XZ_CHECK_CRC32则 CRC32 value in Block or Index 等于xz_crc32(out + out_start, out_pos - out_start, CRC32 value in Block or Index ) |
| 248 | 如果ret恒等于XZ_STREAM_END则 |
| 274 | Number of Blocks decoded so far 先自加 |
| 277 | 返回:ret |
| 名称 | 描述 |
|---|---|
| dec_main |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |