Searched refs:dedicatedDictSearch (Results 1 – 3 of 3) sorted by relevance
230 int dedicatedDictSearch; /* Indicates whether this matchState is using the member989 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
1731 … ms->dedicatedDictSearch && (forWho == ZSTD_resetTarget_CDict)) in ZSTD_reset_matchState()2030 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict() local2031 return dedicatedDictSearch in ZSTD_shouldAttachDict()2057 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()2109 assert(!cdict->matchState.dedicatedDictSearch); in ZSTD_resetCCtx_byCopyingCDict()2367 …ateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->dedicatedDictSearch)) { in ZSTD_reduceIndex()4262 if (ms->dedicatedDictSearch) { in ZSTD_loadDictionaryContent()4798 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch; in ZSTD_initCDict_internal()
1395 X(__VA_ARGS__, dedicatedDictSearch)1437 X(dedicatedDictSearch) \