Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Get a byte from the dictionary at the given distance. The distance is* assumed to valid, or as a special case, zero when the dictionary is* still empty. This special case is needed for single-call decoding to
Proto:static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist)
Type:uint32_t
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dictionary * | dict | |
uint32_t | dist |
322 | offset = Position in buf - dist - 1 |
327 | Return If How full dictionary is. This is used to detect corrupt input that* would read beyond the beginning of the uncompressed stream. > 0 Then Beginning of the history buffer [offset] Else 0 |
Name | Describe |
---|---|
lzma_literal_probs | Get pointer to literal coder probability array. |
lzma_literal | Decode a literal (one 8-bit byte) |
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 |