Lines Matching refs:ZSTD_CCtx_params

298 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams(  in ZSTD_makeCCtxParamsFromCParams()
301 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams()
323 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( in ZSTD_createCCtxParams_advanced()
326 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced()
328 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced()
329 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced()
336 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams()
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()
353 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
368 ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, 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()
752 size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* CCtxParams, in ZSTD_CCtxParams_setParameter()
983 ZSTD_CCtx_params const* CCtxParams, ZSTD_cParameter param, int* value) in ZSTD_CCtxParams_getParameter()
1115 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params) in ZSTD_CCtx_setParametersUsingCCtxParams()
1574 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_CParamMode_e mode) in ZSTD_getCParamsFromCCtxParams()
1690 size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCCtxSize_usingCCtxParams()
1707 ZSTD_CCtx_params initialParams = ZSTD_makeCCtxParamsFromCParams(cParams); in ZSTD_estimateCCtxSize_usingCParams()
1747 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params) in ZSTD_estimateCStreamSize_usingCCtxParams()
1769 ZSTD_CCtx_params initialParams = ZSTD_makeCCtxParamsFromCParams(cParams); in ZSTD_estimateCStreamSize_usingCParams()
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()
2580 static void ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params const* params, const U32 redu… in ZSTD_reduceIndex()
2639 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2650 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled()
2808 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal()
2927 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_wExtLitBuffer()
2963 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore()
3677 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences()
3716 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats()
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()
5220 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced()
5231 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict_deprecated()
5356 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal()
5442 ZSTD_CCtx_params params) in ZSTD_initCDict_internal()
5534 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced()
5550 const ZSTD_CCtx_params* originalCctxParams, in ZSTD_createCDict_advanced2()
5553 ZSTD_CCtx_params cctxParams = *originalCctxParams; in ZSTD_createCDict_advanced2()
5660 ZSTD_CCtx_params params; in ZSTD_initStaticCDict()
5713 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingCDict_internal()
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()
6233 ZSTD_CCtx_params params = cctx->requestedParams; in ZSTD_CCtx_init_compressStream2()
7622 ZSTD_CCtx_params* params, in ZSTD_CCtxParams_registerSequenceProducer()