Home
last modified time | relevance | path

Searched refs:maxDstSize (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.h80 …extStateHC(void* stateHC, const char* src, char* dst, int srcSize, int maxDstSize, int compression…
160 int srcSize, int maxDstSize);
Dlz4hc.c1190 …nst char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC(src, dst, srcSize,… in LZ4_compressHC_limitedOutput() argument
1192 …ar* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC(src, dst, sr… in LZ4_compressHC2_limitedOutput() argument
1194 … src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_extStateHC (state, src, dst… in LZ4_compressHC_limitedOutput_withStateHC() argument
1196 …char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC_extStateHC(state, src… in LZ4_compressHC2_limitedOutput_withStateHC() argument
1198 …r* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_continue (ctx, src, dst, … in LZ4_compressHC_limitedOutput_continue() argument
Dlz4.h724 …LZ4_decompress_safe_withPrefix64k (const char* src, char* dst, int compressedSize, int maxDstSize);