Searched refs:matchState (Results 1 – 2 of 2) sorted by relevance
78 ZSTD_matchState_t matchState; member1889 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()2000 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()2010 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()2058 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()2063 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()2070 cdict->matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict()2078 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()2157 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()4697 &cdict->matchState, in ZSTD_initCDict_internal()[all …]
236 ZSTD_matchState_t matchState; member
Completed in 24 milliseconds