Searched refs:srcCCtx (Results 1 – 2 of 2) sorted by relevance
| /src/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() 2218 ZSTD_memcpy(&dstCCtx->customMem, &srcCCtx->customMem, sizeof(ZSTD_customMem)); in ZSTD_copyCCtx_internal() 2221 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal() 2222 assert(srcCCtx->appliedParams.useRowMatchFinder != ZSTD_ps_auto); in ZSTD_copyCCtx_internal() 2223 assert(srcCCtx->appliedParams.useBlockSplitter != ZSTD_ps_auto); in ZSTD_copyCCtx_internal() 2224 assert(srcCCtx->appliedParams.ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_copyCCtx_internal() 2225 params.useRowMatchFinder = srcCCtx->appliedParams.useRowMatchFinder; in ZSTD_copyCCtx_internal() 2226 params.useBlockSplitter = srcCCtx->appliedParams.useBlockSplitter; in ZSTD_copyCCtx_internal() 2227 params.ldmParams = srcCCtx->appliedParams.ldmParams; in ZSTD_copyCCtx_internal() [all …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2515 const ZSTD_CCtx* srcCCtx, in ZSTD_copyCCtx_internal() argument 2520 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal() 2523 ZSTD_memcpy(&dstCCtx->customMem, &srcCCtx->customMem, sizeof(ZSTD_customMem)); in ZSTD_copyCCtx_internal() 2526 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal() 2527 assert(srcCCtx->appliedParams.useRowMatchFinder != ZSTD_ps_auto); in ZSTD_copyCCtx_internal() 2528 assert(srcCCtx->appliedParams.postBlockSplitter != ZSTD_ps_auto); in ZSTD_copyCCtx_internal() 2529 assert(srcCCtx->appliedParams.ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_copyCCtx_internal() 2530 params.useRowMatchFinder = srcCCtx->appliedParams.useRowMatchFinder; in ZSTD_copyCCtx_internal() 2531 params.postBlockSplitter = srcCCtx->appliedParams.postBlockSplitter; in ZSTD_copyCCtx_internal() 2532 params.ldmParams = srcCCtx->appliedParams.ldmParams; in ZSTD_copyCCtx_internal() [all …]
|