Lines Matching defs:cLevel
711 int cLevel, in LZ4HC_compress_generic_internal()
769 int cLevel, in LZ4HC_compress_generic_noDictCtx()
783 int cLevel, in LZ4HC_compress_generic_dictCtx()
808 int cLevel, in LZ4HC_compress_generic()
858 …id* LZ4HC_Data, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize()
1034 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
1035 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput()
1038 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
1039 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC()
1071 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int cLevel) in LZ4_compressHC2_continue()
1076 …t_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacity, int cLevel) in LZ4_compressHC2_limitedOutput_continue()