Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c91 ZSTDLIBv07_API void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dctx, const ZSTDv07_DCtx* preparedDCtx);
3006 void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dstDCtx, const ZSTDv07_DCtx* srcDCtx) in ZSTDv07_copyDCtx() function
3866 ZSTDv07_copyDCtx(dctx, refDCtx); in ZSTDv07_decompress_usingPreparedDCtx()