Home
last modified time | relevance | path

Searched refs:ZSTD_copyCCtx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h973 * initialized, using ZSTD_copyCCtx()
1011 size_t ZSTD_copyCCtx(ZSTD_CCtx *cctx, const ZSTD_CCtx *preparedCCtx,
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h2365 It's also possible to duplicate a reference context which has already been initialized, using ZSTD_copyCCtx()
2390 ZSTDLIB_STATIC_API size_t ZSTD_copyCCtx(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long pledgedSrcSize); /*< note: if pledgedSrcSize is not known, use ZSTD_CONTENTSIZE_UNKNOWN */
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c344 /*! ZSTD_copyCCtx() :
348 size_t ZSTD_copyCCtx(ZSTD_CCtx *dstCCtx, const ZSTD_CCtx *srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() function
2917 CHECK_F(ZSTD_copyCCtx(cctx, cdict->refContext, pledgedSrcSize)) in ZSTD_compressBegin_usingCDict()
3476 EXPORT_SYMBOL(ZSTD_copyCCtx); variable
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c2202 /*! ZSTD_copyCCtx() :
2207 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSize) in ZSTD_copyCCtx() function

Completed in 43 milliseconds