Function report |
Source Code:lib\xz\xz_dec_stream.c |
Create Date:2022-07-28 07:08:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Decode the Compressed Data field from a Block
Proto:static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b)
Type:enum xz_ret
Parameter:
Type | Parameter | Name |
---|---|---|
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. |
248 | If ret == XZ_STREAM_END Then |
265 | If Type of the integrity check calculated from uncompressed data == XZ_CHECK_CRC32 Then unpadded += 4 |
277 | Return ret |
Name | Describe |
---|---|
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 |