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

/external/lz4/lib/
H A Dlz4hc.c674 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_compress_HC_extStateHC (state, src, dst, srcSize, LZ4_compressBound(srcSize), 0); } function

Completed in 74 milliseconds