Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:34 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Repeat given number of bytes from the given distance. If the distance is* invalid, false is returned. On success, true is returned and *len is* updated to indicate how many bytes were left to be repeated.
Proto:static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct dictionary * | dict | |
| uint32_t * | len | |
| uint32_t | dist |
| 357 | back = Position in buf - dist - 1 |
| 361 | Do |
| 370 | Return true |
| Name | Describe |
|---|---|
| lzma_main | LZMA decoder core |
| 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 |