Function report |
Source Code:lib\xz\xz_dec_stream.c |
Create Date:2022-07-28 07:08:22 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Update the Index size and the CRC32 value.
Proto:static void index_update(struct xz_dec *s, const struct xz_buf *b)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct xz_dec * | s | |
| const struct xz_buf * | b |
| 283 | in_used = in_pos - Saved in_pos and out_pos |
| 285 | CRC32 value in Block or Index = xz_crc32(in + Saved in_pos and out_pos , in_used, CRC32 value in Block or Index ) |
| Name | Describe |
|---|---|
| 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_main |
| 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 |