Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c1753 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
1782 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
1785 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params->inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
1864 zc->bufferedPolicy = zbuff; in ZSTD_resetCCtx_internal()
1966 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
1988 ZSTDcrp_makeClean, zbuff), ""); in ZSTD_resetCCtx_byAttachingCDict()
2026 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
2042 ZSTDcrp_leaveDirty, zbuff), ""); in ZSTD_resetCCtx_byCopyingCDict()
2108 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
2116 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
[all …]