Lines Matching refs:ZSTD_CCtx_params

270 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams(  in ZSTD_makeCCtxParamsFromCParams()
273 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams()
291 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( in ZSTD_createCCtxParams_advanced()
294 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced()
296 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced()
297 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced()
304 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams()
309 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) in ZSTD_freeCCtxParams()
316 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) in ZSTD_CCtxParams_reset()
321 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
335 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal()
352 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
365 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
678 size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* CCtxParams, in ZSTD_CCtxParams_setParameter()
879 ZSTD_CCtx_params const* CCtxParams, ZSTD_cParameter param, int* value) in ZSTD_CCtxParams_getParameter()
996 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params) in ZSTD_CCtx_setParametersUsingCCtxParams()
1333 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode) in ZSTD_getCParamsFromCCtxParams()
1434 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams()
1451 ZSTD_CCtx_params initialParams = ZSTD_makeCCtxParamsFromCParams(cParams); in ZSTD_estimateCCtxSize_usingCParams()
1491 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams()
1513 ZSTD_CCtx_params initialParams = ZSTD_makeCCtxParamsFromCParams(cParams); in ZSTD_estimateCStreamSize_usingCParams()
1749 ZSTD_CCtx_params const* params, in ZSTD_resetCCtx_internal()
1947 const ZSTD_CCtx_params* params, in ZSTD_shouldAttachDict()
1964 ZSTD_CCtx_params params, in ZSTD_resetCCtx_byAttachingCDict()
2024 ZSTD_CCtx_params params, in ZSTD_resetCCtx_byCopyingCDict()
2106 const ZSTD_CCtx_params* params, in ZSTD_resetCCtx_usingCDict()
2140 { ZSTD_CCtx_params params = dstCCtx->requestedParams; in ZSTD_copyCCtx_internal()
2270 static void ZSTD_reduceIndex (ZSTD_matchState_t* ms, ZSTD_CCtx_params const* params, const U32 redu… in ZSTD_reduceIndex()
2323 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2334 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled()
2486 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal()
2604 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore()
3085 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences()
3123 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats()
3812 ZSTD_CCtx_params const* params, in ZSTD_overflowCorrectIfNeeded()
3922 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, U32 dictID) in ZSTD_writeFrameHeader()
4112 ZSTD_CCtx_params const* params, in ZSTD_loadDictionaryContent()
4327 ZSTD_CCtx_params const* params, in ZSTD_loadZstdDictionary()
4360 const ZSTD_CCtx_params* params, in ZSTD_compress_insertDictionary()
4403 const ZSTD_CCtx_params* params, U64 pledgedSrcSize, in ZSTD_compressBegin_internal()
4447 const ZSTD_CCtx_params* params, in ZSTD_compressBegin_advanced_internal()
4466 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced()
4476 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict()
4588 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal()
4674 ZSTD_CCtx_params params) in ZSTD_initCDict_internal()
4764 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced()
4779 const ZSTD_CCtx_params* originalCctxParams, in ZSTD_createCDict_advanced2()
4782 ZSTD_CCtx_params cctxParams = *originalCctxParams; in ZSTD_createCDict_advanced2()
4891 ZSTD_CCtx_params params; in ZSTD_initStaticCDict()
4944 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingCDict_internal()
5071 static ZSTD_cParamMode_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZSTD_CCtx_params const* params… in ZSTD_getCParamMode()
5100 const ZSTD_CCtx_params* params, in ZSTD_initCStream_internal()
5429 ZSTD_CCtx_params params = cctx->requestedParams; in ZSTD_CCtx_init_compressStream2()