Searched refs:ZSTD_estimateCStreamSize_usingCCtxParams (Results 1 – 3 of 3) sorted by relevance
150 return ZSTD_estimateCStreamSize_usingCCtxParams(&cctx_params); in zstd_cstream_workspace_bound_with_ext_seq_prod()
1776 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1747 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams() function1775 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()1777 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()1780 return ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams); in ZSTD_estimateCStreamSize_usingCParams()