Searched refs:dedicatedDictSearch (Results 1 – 3 of 3) sorted by relevance
294 int dedicatedDictSearch; /* Indicates whether this matchState is using the member1068 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
1921 … ms->dedicatedDictSearch && (forWho == ZSTD_resetTarget_CDict)) in ZSTD_reset_matchState()2240 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict() local2241 return dedicatedDictSearch in ZSTD_shouldAttachDict()2267 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()2336 assert(!cdict->matchState.dedicatedDictSearch); in ZSTD_resetCCtx_byCopyingCDict()2586 …ateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->dedicatedDictSearch)) { in ZSTD_reduceIndex()4913 if (ms->dedicatedDictSearch) { in ZSTD_loadDictionaryContent()5447 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch; in ZSTD_initCDict_internal()
1416 X(__VA_ARGS__, dedicatedDictSearch)1505 ZSTD_SWITCH_SEARCH_METHOD(dedicatedDictSearch) in ZSTD_searchMax()