Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c2031 ZSTD_buffered_policy_e const zbuff) in ZSTD_resetCCtx_internal() argument
2060 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
2063 … size_t const buffInSize = (zbuff == ZSTDb_buffered && params->inBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal()
2176 zc->bufferedPolicy = zbuff; in ZSTD_resetCCtx_internal()
2255 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byAttachingCDict() argument
2278 ZSTDcrp_makeClean, zbuff), ""); in ZSTD_resetCCtx_byAttachingCDict()
2332 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_byCopyingCDict() argument
2348 ZSTDcrp_leaveDirty, zbuff), ""); in ZSTD_resetCCtx_byCopyingCDict()
2417 ZSTD_buffered_policy_e zbuff) in ZSTD_resetCCtx_usingCDict() argument
2425 cctx, cdict, *params, pledgedSrcSize, zbuff); in ZSTD_resetCCtx_usingCDict()
[all …]