Searched refs:dstSize (Results 1 – 1 of 1) sorted by relevance
3100 …compress_limitedOutput_withState(void *state, const char *src, char *dst, int srcSize, int dstSize) in LZ4_compress_limitedOutput_withState() argument3102 return LZ4_compress_fast_extState(state, src, dst, srcSize, dstSize, 1); in LZ4_compress_limitedOutput_withState()