Searched defs:ZSTD_nextSrcSizeToDecompress (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1992 size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expected; } function
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c3369 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) function
H A Dzstd_v03.c3010 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) function
H A Dzstd_v04.c3213 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) function

Completed in 134 milliseconds