Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2165 ZSTD_matchState_t* dstMatchState = &cctx->blockState.matchState; in ZSTD_resetCCtx_byCopyingCDict() local
2166 dstMatchState->window = srcMatchState->window; in ZSTD_resetCCtx_byCopyingCDict()
2167 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict()
2168 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_resetCCtx_byCopyingCDict()
2267 ZSTD_matchState_t* dstMatchState = &dstCCtx->blockState.matchState; in ZSTD_copyCCtx_internal() local
2268 dstMatchState->window = srcMatchState->window; in ZSTD_copyCCtx_internal()
2269 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()
2270 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_copyCCtx_internal()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2470 ZSTD_MatchState_t* dstMatchState = &cctx->blockState.matchState; in ZSTD_resetCCtx_byCopyingCDict() local
2471 dstMatchState->window = srcMatchState->window; in ZSTD_resetCCtx_byCopyingCDict()
2472 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_resetCCtx_byCopyingCDict()
2473 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_resetCCtx_byCopyingCDict()
2573 ZSTD_MatchState_t* dstMatchState = &dstCCtx->blockState.matchState; in ZSTD_copyCCtx_internal() local
2574 dstMatchState->window = srcMatchState->window; in ZSTD_copyCCtx_internal()
2575 dstMatchState->nextToUpdate = srcMatchState->nextToUpdate; in ZSTD_copyCCtx_internal()
2576 dstMatchState->loadedDictEnd= srcMatchState->loadedDictEnd; in ZSTD_copyCCtx_internal()