Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c1263 const size_t buffOutSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
1284 + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1582 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params.outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal() local
1597 buffInSize, buffOutSize, pledgedSrcSize); in ZSTD_resetCCtx_internal()
1666 zc->outBuffSize = buffOutSize; in ZSTD_resetCCtx_internal()
1667 zc->outBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffOutSize); in ZSTD_resetCCtx_internal()