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

/external/lz4/lib/
H A Dlz4hc.h88 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int compressionLevel);
H A Dlz4hc.c562 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int compressionLevel) function
570 { return LZ4_compressHC2_withStateHC (state, source, dest, inputSize, 0); }

Completed in 212 milliseconds