Searched refs:LZ4_compressHC2_withStateHC (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.h | 88 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inpu…
|
D | lz4hc.c | 562 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()
|