Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress.c1150 size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expected; } in ZSTD_nextSrcSizeToDecompress() function
1153 * Similar to ZSTD_nextSrcSizeToDecompress(), but when a block input can be streamed, we
1198 * srcSize : must be the exact nb of bytes expected (see ZSTD_nextSrcSizeToDecompress())
2187 { size_t const neededInSize = ZSTD_nextSrcSizeToDecompress(zds); in ZSTD_decompressStream()
2259 { size_t nextSrcSizeHint = ZSTD_nextSrcSizeToDecompress(zds); in ZSTD_decompressStream()
/linux/include/linux/
H A Dzstd_lib.h3061 Then use ZSTD_nextSrcSizeToDecompress() and ZSTD_decompressContinue() alternatively.
3062 ZSTD_nextSrcSizeToDecompress() tells how many bytes to provide as 'srcSize' to ZSTD_decompressContinue().
3069 A frame is fully decoded when ZSTD_nextSrcSizeToDecompress() returns zero.
3095 ZSTDLIB_STATIC_API size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx);