Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3792 static size_t ZSTD_nextInputSizeHint(const ZSTD_CCtx* cctx) in ZSTD_nextInputSizeHint() function
3941 return ZSTD_nextInputSizeHint(zcs); in ZSTD_compressStream_generic()
3952 return ZSTD_nextInputSizeHint(cctx); in ZSTD_nextInputSizeHint_MTorST()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c5317 static size_t ZSTD_nextInputSizeHint(const ZSTD_CCtx* cctx) in ZSTD_nextInputSizeHint() function
5492 return ZSTD_nextInputSizeHint(zcs); in ZSTD_compressStream_generic()
5503 return ZSTD_nextInputSizeHint(cctx); in ZSTD_nextInputSizeHint_MTorST()