Home
last modified time | relevance | path

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

/Linux-v6.6/lib/zstd/decompress/
Dzstd_decompress.c1073 static size_t ZSTD_nextSrcSizeToDecompressWithInputSize(ZSTD_DCtx* dctx, size_t inputSize) { in ZSTD_nextSrcSizeToDecompressWithInputSize() function
1116 …RETURN_ERROR_IF(srcSize != ZSTD_nextSrcSizeToDecompressWithInputSize(dctx, srcSize), srcSize_wrong… in ZSTD_decompressContinue()
2028 …{ size_t const neededInSize = ZSTD_nextSrcSizeToDecompressWithInputSize(zds, (size_t)(iend - ip)… in ZSTD_decompressStream()
2051 assert(neededInSize == ZSTD_nextSrcSizeToDecompressWithInputSize(zds, iend - ip)); in ZSTD_decompressStream()