Home
last modified time | relevance | path

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

/src/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 …]
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2106 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
2135 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
2138 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params->inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
2251 zc->bufferedPolicy = zbuff; in ZSTD_resetCCtx_internal()
2330 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
2353 ZSTDcrp_makeClean, zbuff), ""); in ZSTD_resetCCtx_byAttachingCDict()
2407 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
2423 ZSTDcrp_leaveDirty, zbuff), ""); in ZSTD_resetCCtx_byCopyingCDict()
2492 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
2500 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
[all …]
/src/sys/contrib/zstd/lib/
H A DREADME.md204 At this stage, it contains older streaming prototypes, in `lib/deprecated/zbuff.h`.
/src/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