Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.7/kernel/src/libs/
Dlz4.c1630 const int srcSize, in LZ4_compress_generic()
1712 int LZ4_compress_fast_extState_fastReset(void *state, const char *src, char *dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset()
1785 int LZ4_compress_default(const char *src, char *dst, int srcSize, int maxOutputSize) in LZ4_compress_default()
2097 int LZ4_compress_forceExtDict(LZ4_stream_t *LZ4_dict, const char *source, char *dest, int srcSize) in LZ4_compress_forceExtDict()
2220 int srcSize, in LZ4_decompress_generic()
3096 int LZ4_compress(const char *src, char *dest, int srcSize) in LZ4_compress()
3100 int LZ4_compress_limitedOutput_withState(void *state, const char *src, char *dst, int srcSize, int … in LZ4_compress_limitedOutput_withState()
3104 int LZ4_compress_withState(void *state, const char *src, char *dst, int srcSize) in LZ4_compress_withState()
3108 …dOutput_continue(LZ4_stream_t *LZ4_stream, const char *src, char *dst, int srcSize, int dstCapacit… in LZ4_compress_limitedOutput_continue()