Searched refs:cctx_params (Results 1 – 1 of 1) sorted by relevance
127 ZSTD_CCtx_params *cctx_params, in init_cctx_params_from_compress_params() argument133 ZSTD_CCtxParams_init_advanced(cctx_params, zstd_params); in init_cctx_params_from_compress_params()138 ZSTD_CCtx_params cctx_params; in zstd_cctx_workspace_bound_with_ext_seq_prod() local139 init_cctx_params_from_compress_params(&cctx_params, compress_params); in zstd_cctx_workspace_bound_with_ext_seq_prod()140 ZSTD_CCtxParams_registerSequenceProducer(&cctx_params, NULL, dummy_external_sequence_producer); in zstd_cctx_workspace_bound_with_ext_seq_prod()141 return ZSTD_estimateCCtxSize_usingCCtxParams(&cctx_params); in zstd_cctx_workspace_bound_with_ext_seq_prod()147 ZSTD_CCtx_params cctx_params; in zstd_cstream_workspace_bound_with_ext_seq_prod() local148 init_cctx_params_from_compress_params(&cctx_params, compress_params); in zstd_cstream_workspace_bound_with_ext_seq_prod()149 ZSTD_CCtxParams_registerSequenceProducer(&cctx_params, NULL, dummy_external_sequence_producer); in zstd_cstream_workspace_bound_with_ext_seq_prod()150 return ZSTD_estimateCStreamSize_usingCCtxParams(&cctx_params); in zstd_cstream_workspace_bound_with_ext_seq_prod()