Searched refs:matchState (Results 1 – 5 of 5) sorted by relevance
81 ZSTD_matchState_t matchState; member1869 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window); in ZSTD_resetCCtx_internal()1919 zc->blockState.matchState.cParams = params->cParams; in ZSTD_resetCCtx_internal()1968 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()2005 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()2029 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict()2030 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict()2050 ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; in ZSTD_resetCCtx_byAttachingCDict()2057 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()2071 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()[all …]
242 ZSTD_matchState_t matchState; member
769 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTDMT_compressionJob()
87 ZSTD_MatchState_t matchState; member2143 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window); in ZSTD_resetCCtx_internal()2193 zc->blockState.matchState.cParams = params->cParams; in ZSTD_resetCCtx_internal()2194 … zc->blockState.matchState.prefetchCDictTables = params->prefetchCDictTables == ZSTD_ps_enable; in ZSTD_resetCCtx_internal()2212 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()2290 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()2314 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict()2315 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict()2335 ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; in ZSTD_resetCCtx_byAttachingCDict()2342 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()[all …]
321 ZSTD_MatchState_t matchState; member