Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c1562 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
1582 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params.outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
1585 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params.inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
1663 zc->bufferedPolicy = zbuff; in ZSTD_resetCCtx_internal()
1769 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
1787 ZSTDcrp_makeClean, zbuff), ""); in ZSTD_resetCCtx_byAttachingCDict()
1825 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
1839 ZSTDcrp_leaveDirty, zbuff), ""); in ZSTD_resetCCtx_byCopyingCDict()
1892 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
1900 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
[all …]