Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1423 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
1634 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
1682 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
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()
1772 ZSTD_buffered_policy_e zbuff) in ZSTD_copyCCtx_internal() argument
1784 ZSTDcrp_leaveDirty, zbuff); in ZSTD_copyCCtx_internal()
1844 zbuff); in ZSTD_copyCCtx()
3087 ZSTD_buffered_policy_e zbuff) in ZSTD_compressBegin_internal() argument
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1943 zc->bufferedPolicy = zbuff; in ZSTD_resetCCtx_internal()
2045 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
2105 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
2187 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
2195 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
2198 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
2213 ZSTD_buffered_policy_e zbuff) in ZSTD_copyCCtx_internal() argument
2231 ZSTDcrp_leaveDirty, zbuff); in ZSTD_copyCCtx_internal()
2289 ZSTD_buffered_policy_e const zbuff = srcCCtx->bufferedPolicy; in ZSTD_copyCCtx() local
2296 zbuff); in ZSTD_copyCCtx()
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/
H A DREADME.md204 At this stage, it contains older streaming prototypes, in `lib/deprecated/zbuff.h`.
/freebsd-14.2/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