Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Copy uncompressed data as is from input to dictionary and output buffers.
Proto:static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dictionary * | dict | |
struct xz_buf * | b | |
uint32_t * | left |
381 | copy_size = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(in_size - in_pos, out_size - out_pos) |
391 | Position in buf += copy_size |
396 | If DEC_IS_MULTI(Operation mode ) Then |
Name | Describe |
---|---|
xz_dec_lzma2_run | Take care of the LZMA2 control layer, and forward the job of actual LZMA* decoding or copying of uncompressed chunks to other functions. |
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 |