Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h88 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inpu…
Dlz4hc.c562 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int co… in LZ4_compressHC2_withStateHC() function
570 { return LZ4_compressHC2_withStateHC (state, source, dest, inputSize, 0); } in LZ4_compressHC_withStateHC()