Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c1033 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput()
1035 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput()
1037 …t_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compressHC_limitedOutput_withStateHC()
1039 …t_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) {… in LZ4_compressHC2_limitedOutput_withStateHC()
1041 …tinue (LZ4_streamHC_t* ctx, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compressHC_limitedOutput_continue()