Home
last modified time | relevance | path

Searched refs:dedicatedDictSearch (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_internal.h224 int dedicatedDictSearch; /* Indicates whether this matchState is using the member
933 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
Dzstd_compress.c1652 … ms->dedicatedDictSearch && (forWho == ZSTD_resetTarget_CDict)) in ZSTD_reset_matchState()
1951 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict() local
1952 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()
Dzstd_lazy.c1376 X(__VA_ARGS__, dedicatedDictSearch)
1465 ZSTD_SWITCH_SEARCH_METHOD(dedicatedDictSearch) in ZSTD_searchMax()