Lines Matching defs:cctxParams
195 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
235 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
243 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
258 const ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_assignParamsToCCtxParams()
1955 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
1967 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSequences_internal()
2154 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSequences()
3146 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_advanced() local
3157 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_usingDict() local
3244 ZSTD_CCtx_params const cctxParams = in ZSTD_compress_internal() local
3291 ZSTD_CCtx_params cctxParams = ZSTD_assignParamsToCCtxParams(&cctx->requestedParams, ¶ms); in ZSTD_compress_usingDict() local