Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress.c542 unsigned long long totalDstSize = 0; in ZSTD_findDecompressedSize() local
563 if (totalDstSize + ret < totalDstSize) return ZSTD_CONTENTSIZE_ERROR; in ZSTD_findDecompressedSize()
564 totalDstSize += ret; in ZSTD_findDecompressedSize()
578 return totalDstSize; in ZSTD_findDecompressedSize()