Searched refs:srcCCtx (Results 1 – 1 of 1) sorted by relevance
2440 const ZSTD_CCtx* srcCCtx, in ZSTD_copyCCtx_internal() argument2445 RETURN_ERROR_IF(srcCCtx->stage!=ZSTDcs_init, stage_wrong, in ZSTD_copyCCtx_internal()2451 params.cParams = srcCCtx->appliedParams.cParams; in ZSTD_copyCCtx_internal()2457 params.ldmParams = srcCCtx->appliedParams.ldmParams; in ZSTD_copyCCtx_internal()2483 srcCCtx->blockState.matchState.hashTable, in ZSTD_copyCCtx_internal()2486 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()2489 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()2503 dstCCtx->dictID = srcCCtx->dictID; in ZSTD_copyCCtx_internal()2504 dstCCtx->dictContentSize = srcCCtx->dictContentSize; in ZSTD_copyCCtx_internal()2507 …ZSTD_memcpy(dstCCtx->blockState.prevCBlock, srcCCtx->blockState.prevCBlock, sizeof(*srcCCtx->block… in ZSTD_copyCCtx_internal()[all …]