Searched refs:matchState (Results 1 – 5 of 5) sorted by relevance
57 ZSTD_matchState_t matchState; member1561 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()1657 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()1667 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()1707 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()1710 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()1717 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()1789 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()3360 cdict->matchState.cParams = cParams; in ZSTD_initCDict_internal()3377 &cdict->matchState, in ZSTD_initCDict_internal()[all …]
158 ZSTD_matchState_t matchState; member
81 ZSTD_matchState_t matchState; member1968 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()2079 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()2089 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()2137 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()2142 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()2149 cdict->matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict()2157 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()2236 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()4816 &cdict->matchState, in ZSTD_initCDict_internal()[all …]
242 ZSTD_matchState_t matchState; member
769 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTDMT_compressionJob()