Searched refs:dedicatedDictSearch (Results 1 – 3 of 3) sorted by relevance
224 int dedicatedDictSearch; /* Indicates whether this matchState is using the member933 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
1652 … ms->dedicatedDictSearch && (forWho == ZSTD_resetTarget_CDict)) in ZSTD_reset_matchState()1951 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict() local1952 return dedicatedDictSearch in ZSTD_shouldAttachDict()1978 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()2030 assert(!cdict->matchState.dedicatedDictSearch); in ZSTD_resetCCtx_byCopyingCDict()2276 …ateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->dedicatedDictSearch)) { in ZSTD_reduceIndex()4171 if (ms->dedicatedDictSearch) { in ZSTD_loadDictionaryContent()4679 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch; in ZSTD_initCDict_internal()
1376 X(__VA_ARGS__, dedicatedDictSearch)1465 ZSTD_SWITCH_SEARCH_METHOD(dedicatedDictSearch) in ZSTD_searchMax()