函数逻辑报告 |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-27 08:06:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dictionary * | dict | |
uint32_t * | len | |
uint32_t | dist |
357 | back等于Position in buf 减dist减1 |
358 | 如果dist大于等于Position in buf 则back加等于End of the dictionary buffer. In multi-call mode, this is* the same as the dictionary size. In single-call mode, this* indicates the size of the output buffer. |
361 | 循环 |
370 | 返回:true |
名称 | 描述 |
---|---|
lzma_main | LZMA decoder core |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |