Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1423 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
1447 size_t const buffOutSize = (zbuff==ZSTDb_buffered) ? ZSTD_compressBound(blockSize)+1 : 0; in ZSTD_resetCCtx_internal()
1448 size_t const buffInSize = (zbuff==ZSTDb_buffered) ? windowSize + blockSize : 0; in ZSTD_resetCCtx_internal()
1634 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
1645 ZSTDcrp_makeClean, zbuff), ""); in ZSTD_resetCCtx_byAttachingCDict()
1682 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
1694 ZSTDcrp_leaveDirty, zbuff), ""); in ZSTD_resetCCtx_byCopyingCDict()
1746 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
1754 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
1757 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1832 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
1861 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
1864 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params->inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
1943 zc->bufferedPolicy = zbuff; in ZSTD_resetCCtx_internal()
2045 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
2067 ZSTDcrp_makeClean, zbuff), ""); in ZSTD_resetCCtx_byAttachingCDict()
2105 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
2121 ZSTDcrp_leaveDirty, zbuff), ""); in ZSTD_resetCCtx_byCopyingCDict()
2187 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
2195 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
[all …]
/freebsd/sys/contrib/zstd/lib/
H A DREADME.md204 At this stage, it contains older streaming prototypes, in `lib/deprecated/zbuff.h`.
/freebsd/sys/contrib/zstd/
H A DCHANGELOG145 api : Do not install zbuff.h, since it has long been deprecated, by @cyan4973 (#2166).
496 API : zbuff : changed : prototypes now generate deprecation warnings
508 source tree : changed : zbuff source files moved to lib/deprecated