Function report |
Source Code:lib\lz4\lz4hc_compress.c |
Create Date:2022-07-28 07:01:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LZ4_compressHC_continue_generic
Proto:static int LZ4_compressHC_continue_generic(LZ4_streamHC_t *LZ4_streamHCPtr, const char *source, char *dest, int inputSize, int maxOutputSize, limitedOutput_directive limit)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
LZ4_streamHC_t * | LZ4_streamHCPtr | |
const char * | source | |
char * | dest | |
int | inputSize | |
int | maxOutputSize | |
limitedOutput_directive | limit |
675 | ctxPtr = internal_donotuse |
678 | If (All index relative to this position == NULL) Then HC Compression |
682 | If xt block to continue on current prefix - All index relative to this position > 2 * GB Then |
683 | dictSize = xt block to continue on current prefix - All index relative to this position - low that point, need extDict |
687 | LZ4_loadDictHC(LZ4_streamHCPtr, (constchar * )(xt block to continue on current prefix ) - dictSize, (int)dictSize) |
692 | If source != xt block to continue on current prefix Then mpression |
712 | Return LZ4HC_compress_generic(ctxPtr, source, dest, inputSize, maxOutputSize, compressionLevel, limit) |
Name | Describe |
---|---|
LZ4_compress_HC_continue |
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 |