Searched refs:srcMatchState (Results 1 – 1 of 1) sorted by relevance
2394 { ZSTD_MatchState_t const* srcMatchState = &cdict->matchState; in ZSTD_resetCCtx_byCopyingCDict() local2396 dstMatchState->window = srcMatchState->window; in ZSTD_resetCCtx_byCopyingCDict()2397 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict()2398 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_resetCCtx_byCopyingCDict()2497 const ZSTD_MatchState_t* srcMatchState = &srcCCtx->blockState.matchState; in ZSTD_copyCCtx_internal() local2499 dstMatchState->window = srcMatchState->window; in ZSTD_copyCCtx_internal()2500 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()2501 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_copyCCtx_internal()