Lines Matching defs:dst
330 #define LZ4_memcpy(dst, src, size) memcpy(dst, src, size) argument
1629 char *const dst, 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()
1793 static int LZ4_compress_destSize_extState(LZ4_stream_t *state, const char *src, char *dst, int *src… in LZ4_compress_destSize_extState()
1817 int LZ4_compress_destSize(const char *src, char *dst, int *srcSizePtr, int targetDstSize) in LZ4_compress_destSize()
2219 char *const dst, in LZ4_decompress_generic()
2816 int LZ4_decompress_safe_partial(const char *src, char *dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial()
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 int LZ4_compress_limitedOutput_continue(LZ4_stream_t *LZ4_stream, const char *src, char *dst, int s… in LZ4_compress_limitedOutput_continue()