Searched refs:buffOutSize (Results 1 – 1 of 1) sorted by relevance
1644 const size_t buffOutSize, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument1666 + ZSTD_cwksp_alloc_size(buffOutSize); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()2060 … size_t const buffOutSize = (zbuff == ZSTDb_buffered && params->outBufferMode == ZSTD_bm_buffered) in ZSTD_resetCCtx_internal() local2076 … buffInSize, buffOutSize, pledgedSrcSize, ZSTD_hasExtSeqProd(params), params->maxBlockSize); in ZSTD_resetCCtx_internal()2179 zc->outBuffSize = buffOutSize; in ZSTD_resetCCtx_internal()2180 zc->outBuff = (char*)ZSTD_cwksp_reserve_buffer(ws, buffOutSize); in ZSTD_resetCCtx_internal()