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