Searched refs:targetOutputSize (Results 1 – 2 of 2) sorted by relevance
259 …ecompress_safe_partial(const char *src, char *dst, int srcSize, int targetOutputSize, int dstCapac…
2816 …ss_safe_partial(const char *src, char *dst, int compressedSize, int targetOutputSize, int dstCapac… in LZ4_decompress_safe_partial() argument2818 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()