函数逻辑报告 |
Source Code:lib\xz\xz_crc32.c |
Create Date:2022-07-27 07:14:25 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:xz_crc32
函数原型:uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc)
返回类型:uint32_t
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| const uint8_t * | buf | |
| size_t | size | |
| uint32_t | crc |
| 58 | 返回:crc的反 |
| 名称 | 描述 |
|---|---|
| dec_block | Decode the Compressed Data field from a Block |
| index_update | Update the Index size and the CRC32 value. |
| dec_index | Decode the Number of Records, Unpadded Size, and Uncompressed Size* fields from the Index field. That is, Index Padding and CRC32 are not* decoded by this function.* This can return XZ_OK (more input needed), XZ_STREAM_END (everything |
| dec_stream_header | Decode the Stream Header field (the first 12 bytes of the .xz Stream). |
| dec_stream_footer | Decode the Stream Footer field (the last 12 bytes of the .xz Stream) |
| dec_block_header | Decode the Block Header and initialize the filter chain. |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |