Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xz_dec_lzma2_create
Proto:struct xz_dec_lzma2 *xz_dec_lzma2_create(enum xz_mode mode, uint32_t dict_max)
Type:struct xz_dec_lzma2
Parameter:
Type | Parameter | Name |
---|---|---|
enum xz_mode | mode | |
uint32_t | dict_max |
1111 | s = kmalloc( size of s , GFP_KERNEL) |
1112 | If (s == NULL) Then Return NULL |
1115 | Operation mode = mode |
1116 | Maximum allowed dictionary size in multi-call mode.* This is ignored in single-call mode. = dict_max |
1118 | If DEC_IS_PREALLOC(mode) Then |
1120 | If (Beginning of the history buffer == NULL) Then |
1124 | Else if DEC_IS_DYNALLOC(mode) Then |
1125 | Beginning of the history buffer = NULL |
1129 | Return s |
Name | Describe |
---|---|
xz_dec_init |
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 |