Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dzstd.h1011 size_t ZSTD_copyCCtx(ZSTD_CCtx *cctx, const ZSTD_CCtx *preparedCCtx,
/linux-4.19.296/lib/zstd/
Dcompress.c348 size_t ZSTD_copyCCtx(ZSTD_CCtx *dstCCtx, const ZSTD_CCtx *srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx() function
2917 CHECK_F(ZSTD_copyCCtx(cctx, cdict->refContext, pledgedSrcSize)) in ZSTD_compressBegin_usingCDict()
3475 EXPORT_SYMBOL(ZSTD_copyCCtx);