Searched refs:LZ4_compressHC2_withStateHC (Results 1 - 2 of 2) sorted by relevance
/third_party/lz4/lib/ |
H A D | lz4hc.h | 260 LZ4_DEPRECATED("use LZ4_compress_HC_extStateHC() instead") LZ4LIB_API int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int compressionLevel);
|
H A D | lz4hc.c | 1209 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC_extStateHC(state, src, dst, srcSize, LZ4_compressBound(srcSize), cLevel); } in LZ4_compressHC2_withStateHC() function
|
Completed in 4 milliseconds