函数逻辑报告 |
Source Code:lib\lz4\lz4_compress.c |
Create Date:2022-07-27 07:58:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:LZ4_compress_fast_continue
函数原型:int LZ4_compress_fast_continue(LZ4_stream_t *LZ4_stream, const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
LZ4_stream_t * | LZ4_stream | |
const char * | source | |
char * | dest | |
int | inputSize | |
int | maxOutputSize | |
int | acceleration |
861 | dictEnd等于dictionary加dictSize |
866 | 如果initCheck则 |
868 | 返回:0 |
874 | LZ4_renormDictT(streamPtr, smallest) |
876 | 如果acceleration小于1则acceleration等于LZ4_ACCELERATION_DEFAULT |
883 | 如果sourceEnd大于dictionary且sourceEnd小于dictEnd则 |
898 | 如果dictSize小于64乘KB且dictSize小于currentOffset则 |
904 | 否则 |
911 | currentOffset加等于inputSize |
912 | 返回:result |
919 | 如果dictSize小于64乘KB且dictSize小于currentOffset则 |
925 | 否则 |
931 | dictionary等于source |
933 | currentOffset加等于inputSize |
934 | 返回:result |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |