Searched refs:matchState (Results 1 – 2 of 2) sorted by relevance
84 ZSTD_MatchState_t matchState; member2068 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window); in ZSTD_resetCCtx_internal()2118 zc->blockState.matchState.cParams = params->cParams; in ZSTD_resetCCtx_internal()2119 … zc->blockState.matchState.prefetchCDictTables = params->prefetchCDictTables == ZSTD_ps_enable; in ZSTD_resetCCtx_internal()2137 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()2215 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()2239 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict()2240 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict()2260 ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; in ZSTD_resetCCtx_byAttachingCDict()2267 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()[all …]
318 ZSTD_MatchState_t matchState; member