Searched refs:dedicatedDictSearch (Results 1 – 6 of 6) 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) \
297 int dedicatedDictSearch; /* Indicates whether this matchState is using the member1077 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
1996 … ms->dedicatedDictSearch && (forWho == ZSTD_resetTarget_CDict)) in ZSTD_reset_matchState()2315 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict() local2316 return dedicatedDictSearch in ZSTD_shouldAttachDict()2342 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()2411 assert(!cdict->matchState.dedicatedDictSearch); in ZSTD_resetCCtx_byCopyingCDict()2673 …ateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->dedicatedDictSearch)) { in ZSTD_reduceIndex()5000 if (ms->dedicatedDictSearch) { in ZSTD_loadDictionaryContent()5562 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch; in ZSTD_initCDict_internal()
1416 X(__VA_ARGS__, dedicatedDictSearch)1505 ZSTD_SWITCH_SEARCH_METHOD(dedicatedDictSearch) in ZSTD_searchMax()