Searched refs:matchState (Results 1 – 2 of 2) sorted by relevance
84 ZSTD_MatchState_t matchState; member2137 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()2290 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()2300 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()2336 assert(!cdict->matchState.dedicatedDictSearch); in ZSTD_resetCCtx_byCopyingCDict()2379 cctx->blockState.matchState.hashSalt = cdict->matchState.hashSalt; in ZSTD_resetCCtx_byCopyingCDict()2387 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()2467 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()5446 cdict->matchState.cParams = params.cParams; in ZSTD_initCDict_internal()5465 &cdict->matchState, in ZSTD_initCDict_internal()[all …]
318 ZSTD_MatchState_t matchState; member