Home
last modified time | relevance | path

Searched refs:LZ4_compressHC_limitedOutput_withStateHC (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.h259 LZ4_DEPRECATED("use LZ4_compress_HC_extStateHC() instead") LZ4LIB_API int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* source, char* dest, int inputSize, int maxOutputSize);
H A Dlz4hc.c1208 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_extStateHC (state, src, dst, srcSize, maxDstSize, 0); } in LZ4_compressHC_limitedOutput_withStateHC() function

Completed in 5 milliseconds