Lines Matching defs:params

326     ZSTD_CCtx_params* params;  in ZSTD_createCCtxParams_advanced()  local
341 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) in ZSTD_freeCCtxParams()
348 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) in ZSTD_CCtxParams_reset()
369 const ZSTD_parameters* params, in ZSTD_CCtxParams_init_internal()
390 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
403 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
1115 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params) in ZSTD_CCtx_setParametersUsingCCtxParams()
1154 size_t ZSTD_CCtx_setParams(ZSTD_CCtx* cctx, ZSTD_parameters params) in ZSTD_CCtx_setParams()
1690 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams()
1747 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams()
2027 ZSTD_CCtx_params const* params, in ZSTD_resetCCtx_internal()
2236 const ZSTD_CCtx_params* params, in ZSTD_shouldAttachDict()
2253 ZSTD_CCtx_params params, in ZSTD_resetCCtx_byAttachingCDict()
2330 ZSTD_CCtx_params params, in ZSTD_resetCCtx_byCopyingCDict()
2415 const ZSTD_CCtx_params* params, in ZSTD_resetCCtx_usingCDict()
2449 { ZSTD_CCtx_params params = dstCCtx->requestedParams; in ZSTD_copyCCtx_internal() local
2580 static void ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params const* params, const U32 redu… in ZSTD_reduceIndex()
4442 ZSTD_CCtx_params const* params, in ZSTD_overflowCorrectIfNeeded()
4610 const ZSTD_CCtx_params* params, in ZSTD_writeFrameHeader()
4819 ZSTD_CCtx_params const* params, in ZSTD_loadDictionaryContent()
5078 ZSTD_CCtx_params const* params, in ZSTD_loadZstdDictionary()
5112 const ZSTD_CCtx_params* params, in ZSTD_compress_insertDictionary()
5157 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, in ZSTD_compressBegin_internal()
5201 const ZSTD_CCtx_params* params, in ZSTD_compressBegin_advanced_internal()
5218 ZSTD_parameters params, unsigned long long pledgedSrcSize) in ZSTD_compressBegin_advanced()
5232 …{ ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKN… in ZSTD_compressBegin_usingDict_deprecated() local
5338 ZSTD_parameters params) in ZSTD_compress_advanced()
5356 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal()
5372 …ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize … in ZSTD_compress_usingDict() local
5442 ZSTD_CCtx_params params) in ZSTD_initCDict_internal()
5660 ZSTD_CCtx_params params; in ZSTD_initStaticCDict() local
5718 ZSTD_parameters params; in ZSTD_compressBegin_usingCDict_internal() local
5845 static ZSTD_CParamMode_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZSTD_CCtx_params const* params in ZSTD_getCParamMode()
5874 const ZSTD_CCtx_params* params, in ZSTD_initCStream_internal()
5923 ZSTD_parameters params, unsigned long long pss) in ZSTD_initCStream_advanced()
6233 ZSTD_CCtx_params params = cctx->requestedParams; in ZSTD_CCtx_init_compressStream2() local
7591 ZSTD_parameters params; in ZSTD_getParams_internal() local
7622 ZSTD_CCtx_params* params, in ZSTD_CCtxParams_registerSequenceProducer()