Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1139 ZSTD_matchState_t* dstMatchState = &cctx->blockState.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()
1196 ZSTD_matchState_t* dstMatchState = &dstCCtx->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()