Home
last modified time | relevance | path

Searched refs:srcMatchState (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1138 ZSTD_matchState_t const* srcMatchState = &cdict->matchState; in ZSTD_resetCCtx_usingCDict() local
1140 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() local
1197 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()