Searched refs:dstMatchState (Results 1 – 1 of 1) sorted by relevance
1139 ZSTD_matchState_t* dstMatchState = &cctx->blockState.matchState; in ZSTD_resetCCtx_usingCDict() local1140 dstMatchState->window = srcMatchState->window; in ZSTD_resetCCtx_usingCDict()1141 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_usingCDict()1142 dstMatchState->nextToUpdate3= srcMatchState->nextToUpdate3; in ZSTD_resetCCtx_usingCDict()1143 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_resetCCtx_usingCDict()1196 ZSTD_matchState_t* dstMatchState = &dstCCtx->blockState.matchState; in ZSTD_copyCCtx_internal() local1197 dstMatchState->window = srcMatchState->window; in ZSTD_copyCCtx_internal()1198 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()1199 dstMatchState->nextToUpdate3= srcMatchState->nextToUpdate3; in ZSTD_copyCCtx_internal()1200 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_copyCCtx_internal()