Lines Matching refs:ZSTD_CCtx_params
203 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams( in ZSTD_makeCCtxParamsFromCParams()
206 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams()
224 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( in ZSTD_createCCtxParams_advanced()
227 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced()
229 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced()
230 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced()
237 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams()
242 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) in ZSTD_freeCCtxParams()
249 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) in ZSTD_CCtxParams_reset()
254 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
268 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal()
280 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
293 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
585 size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* CCtxParams, in ZSTD_CCtxParams_setParameter()
771 ZSTD_CCtx_params const* CCtxParams, ZSTD_cParameter param, int* value) in ZSTD_CCtxParams_getParameter()
879 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params) in ZSTD_CCtx_setParametersUsingCCtxParams()
1216 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode) in ZSTD_getCParamsFromCCtxParams()
1302 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams()
1317 ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); in ZSTD_estimateCCtxSize_usingCParams()
1346 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams()
1367 ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); in ZSTD_estimateCStreamSize_usingCParams()
1559 ZSTD_CCtx_params params, in ZSTD_resetCCtx_internal()
1750 const ZSTD_CCtx_params* params, in ZSTD_shouldAttachDict()
1767 ZSTD_CCtx_params params, in ZSTD_resetCCtx_byAttachingCDict()
1823 ZSTD_CCtx_params params, in ZSTD_resetCCtx_byCopyingCDict()
1890 const ZSTD_CCtx_params* params, in ZSTD_resetCCtx_usingCDict()
1925 { ZSTD_CCtx_params params = dstCCtx->requestedParams; in ZSTD_copyCCtx_internal()
2037 static void ZSTD_reduceIndex (ZSTD_matchState_t* ms, ZSTD_CCtx_params const* params, const U32 redu… in ZSTD_reduceIndex()
2090 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2102 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSequences_internal()
2293 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSequences()
2758 ZSTD_CCtx_params const* params, in ZSTD_overflowCorrectIfNeeded()
2863 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
3052 ZSTD_CCtx_params const* params, in ZSTD_loadDictionaryContent()
3244 ZSTD_CCtx_params const* params, in ZSTD_loadZstdDictionary()
3278 const ZSTD_CCtx_params* params, in ZSTD_compress_insertDictionary()
3321 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, in ZSTD_compressBegin_internal()
3363 const ZSTD_CCtx_params* params, in ZSTD_compressBegin_advanced_internal()
3382 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced()
3392 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict()
3488 ZSTD_CCtx_params cctxParams; in ZSTD_compress_advanced()
3505 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal()
3520 ZSTD_CCtx_params cctxParams; in ZSTD_compress_usingDict()
3589 ZSTD_CCtx_params params) in ZSTD_initCDict_internal()
3678 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced()
3693 const ZSTD_CCtx_params* originalCctxParams, in ZSTD_createCDict_advanced2()
3696 ZSTD_CCtx_params cctxParams = *originalCctxParams; in ZSTD_createCDict_advanced2()
3798 ZSTD_CCtx_params params; in ZSTD_initStaticCDict()
3849 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingCDict_advanced()
3953 static ZSTD_cParamMode_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZSTD_CCtx_params const* params… in ZSTD_getCParamMode()
3982 const ZSTD_CCtx_params* params, in ZSTD_initCStream_internal()
4311 ZSTD_CCtx_params params = cctx->requestedParams; in ZSTD_CCtx_init_compressStream2()