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