Lines Matching defs:cLevel
108 static cParams_t LZ4HC_getCLevelParams(int cLevel) in LZ4HC_getCLevelParams()
1380 int cLevel, in LZ4HC_compress_generic_internal()
1426 int cLevel, in LZ4HC_compress_generic_noDictCtx()
1448 int cLevel, in LZ4HC_compress_generic_dictCtx()
1474 int cLevel, in LZ4HC_compress_generic()
1538 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize()
1639 { int const cLevel = ctxPtr->compressionLevel; in LZ4_loadDictHC() local
2135 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
2136 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput()
2139 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
2140 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC()
2175 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int cLevel) in LZ4_compressHC2_continue()
2180 …t_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacity, int cLevel) in LZ4_compressHC2_limitedOutput_continue()