Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1955 const ZSTD_CCtx* srcCCtx, in ZSTD_copyCCtx_internal() argument
1961 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
1967 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal()
1981 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
1987 srcCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal()
1990 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
1993 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()
2007 dstCCtx->dictID = srcCCtx->dictID; in ZSTD_copyCCtx_internal()
2010 …ZSTD_memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->block… in ZSTD_copyCCtx_internal()
2023 ZSTD_buffered_policy_e const zbuff = srcCCtx->bufferedPolicy; in ZSTD_copyCCtx()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14853 const ZSTD_CCtx* srcCCtx, in ZSTD_copyCCtx_internal() argument
14859 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()
14865 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal()
14879 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
14881 int const h3log = srcCCtx->blockState.matchState.hashLog3; in ZSTD_copyCCtx_internal()
14885 srcCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal()
14888 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
14891 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()
14905 dstCCtx->dictID = srcCCtx->dictID; in ZSTD_copyCCtx_internal()
14908 …memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->blockState… in ZSTD_copyCCtx_internal()
[all …]