Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h80 …C_extStateHC(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int compression…
101 …HC_continue (LZ4_streamHC_t* streamHCPtr, const char* src, char* dst, int srcSize, int maxDstSize);
Dlz4hc.c1033 …nst char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC(src, dst, srcSize,… in LZ4_compressHC_limitedOutput() argument
1035 …ar* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC(src, dst, sr… in LZ4_compressHC2_limitedOutput() argument
1037 … src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_extStateHC (state, src, dst… in LZ4_compressHC_limitedOutput_withStateHC() argument
1039 …char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC_extStateHC(state, src… in LZ4_compressHC2_limitedOutput_withStateHC() argument
1041 …r* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_continue (ctx, src, dst, … in LZ4_compressHC_limitedOutput_continue() argument
Dlz4.h623 …LZ4_decompress_safe_withPrefix64k (const char* src, char* dst, int compressedSize, int maxDstSize);