Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/common/
Dlz4.h687 … LZ4LIB_API int LZ4_compress_withState(void *state, const char *source, char *dest, int inputSize);
/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c3104 int LZ4_compress_withState(void *state, const char *src, char *dst, int srcSize) in LZ4_compress_withState() function