Function report |
Source Code:lib\xz\xz_crc32.c |
Create Date:2022-07-28 06:17:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xz_crc32
Proto:uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc)
Type:uint32_t
Parameter:
Type | Parameter | Name |
---|---|---|
const uint8_t * | buf | |
size_t | size | |
uint32_t | crc |
58 | Return ~crc |
Name | Describe |
---|---|
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. |
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 |