Home
last modified time | relevance | path

Searched refs:LZ4_compress_withState (Results 1 – 3 of 3) sorted by relevance

/external/lz4/lib/dll/
Dliblz4.def39 LZ4_compress_withState
/external/lz4/lib/
Dlz4.h433 LZ4_DEPRECATED("use LZ4_compress_fast_extState() instead") int LZ4_compress_withState
Dlz4.c1406 int LZ4_compress_withState (void* state, const char* src, char* dst, int srcSize) { return LZ4_comp… in LZ4_compress_withState() function