Lines Matching refs:ZSTD_paramSwitch_e

83ZSTD_paramSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that …
218 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_paramSwitch_e mode) { in ZSTD_rowMatchFinderUsed()
224 static ZSTD_paramSwitch_e ZSTD_resolveRowMatchFinderMode(ZSTD_paramSwitch_e mode, in ZSTD_resolveRowMatchFinderMode()
243 static ZSTD_paramSwitch_e ZSTD_resolveBlockSplitterMode(ZSTD_paramSwitch_e mode, in ZSTD_resolveBlockSplitterMode()
251 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_allocateChainTable()
264 static ZSTD_paramSwitch_e ZSTD_resolveEnableLdm(ZSTD_paramSwitch_e mode, in ZSTD_resolveEnableLdm()
768 const ZSTD_paramSwitch_e lcm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()
795 CCtxParams->ldmParams.enableLdm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()
856 CCtxParams->useBlockSplitter = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()
861 CCtxParams->useRowMatchFinder = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()
1349 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_sizeof_matchState()
1393 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1438ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCCtxSize_usingCCtxParams()
1503ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCStreamSize_usingCCtxParams()
1645 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_reset_matchState()
2633 ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e useRowMatch… in ZSTD_selectBlockCompressor()
4725 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_createCDict_advanced_internal()
4882ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(ZSTD_ps_auto, &cParams… in ZSTD_initStaticCDict()