Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress.c327 void ZSTD_copyDCtx(ZSTD_DCtx* dstDCtx, const ZSTD_DCtx* srcDCtx) in ZSTD_copyDCtx() argument
329 size_t const toCopy = (size_t)((char*)(&dstDCtx->inBuff) - (char*)dstDCtx); in ZSTD_copyDCtx()
330 ZSTD_memcpy(dstDCtx, srcDCtx, toCopy); /* no need to copy workspace */ in ZSTD_copyDCtx()