Searched refs:srcCCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1769 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 …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2210 const ZSTD_CCtx* srcCCtx, in ZSTD_copyCCtx_internal() argument 2215 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal() 2221 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal() 2227 params.ldmParams = srcCCtx->appliedParams.ldmParams; in ZSTD_copyCCtx_internal() 2252 srcCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal() 2255 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal() 2258 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal() 2272 dstCCtx->dictID = srcCCtx->dictID; in ZSTD_copyCCtx_internal() 2273 dstCCtx->dictContentSize = srcCCtx->dictContentSize; in ZSTD_copyCCtx_internal() 2276 …ZSTD_memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->block… in ZSTD_copyCCtx_internal() [all …]
|