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

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h224 int dedicatedDictSearch; /* Indicates whether this matchState is using the member in struct:ZSTD_matchState_t
933 (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) :
H A Dzstd_compress.c1652 ms->dedicatedDictSearch && (forWho == ZSTD_resetTarget_CDict))
1951 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; local
1952 return dedicatedDictSearch
1978 if (cdict->matchState.dedicatedDictSearch) {
2030 assert(!cdict->matchState.dedicatedDictSearch);
2276 if (ZSTD_allocateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->dedicatedDictSearch)) {
4171 if (ms->dedicatedDictSearch) {
4679 cdict->matchState.dedicatedDictSearch = params.enableDedicatedDictSearch;
H A Dzstd_lazy.c1376 X(__VA_ARGS__, dedicatedDictSearch)
1465 ZSTD_SWITCH_SEARCH_METHOD(dedicatedDictSearch)

Completed in 122 milliseconds