Home
last modified time | relevance | path

Searched defs:LZ4_compressHC_limitedOutput (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.c1204 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC(src, dst, srcSize, maxDstSize, 0); } in LZ4_compressHC_limitedOutput() function

Completed in 5 milliseconds