Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress.c1769 const ZSTD_CCtx* srcCCtx, in ZSTD_copyCCtx_internal() argument
1775 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
1781 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal()
1795 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
1797 int const h3log = srcCCtx->blockState.matchState.hashLog3; in ZSTD_copyCCtx_internal()
1801 srcCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal()
1804 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
1807 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()
1821 dstCCtx->dictID = srcCCtx->dictID; in ZSTD_copyCCtx_internal()
1824 …memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->blockState… in ZSTD_copyCCtx_internal()
[all …]