Searched refs:srcMatchState (Results 1 – 1 of 1) sorted by relevance
1138 ZSTD_matchState_t const* srcMatchState = &cdict->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()1195 ZSTD_matchState_t const* srcMatchState = &srcCCtx->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()