Searched refs:totalDstSize (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c588 unsigned long long totalDstSize = 0; local
609 if (totalDstSize + ret < totalDstSize) return ZSTD_CONTENTSIZE_ERROR;
610 totalDstSize += ret;
624 return totalDstSize;

Completed in 86 milliseconds