Searched refs:ZSTDv04_Dctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.h60 typedef struct ZSTDv04_Dctx_s ZSTDv04_Dctx; typedef in typeref:struct:ZSTDv04_Dctx_s
61 ZSTDv04_Dctx* ZSTDv04_createDCtx(void);
62 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx);
64 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx,
72 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx);
74 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx);
75 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src, size_t srcSize);
H A Dzstd_v04.c268 typedef ZSTDv04_Dctx ZSTD_DCtx;
3623 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx) { return ZSTD_resetDCtx(dctx); }
3625 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx)
3630 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src, size_t srcSize)
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23245 typedef struct ZSTDv04_Dctx_s ZSTDv04_Dctx; typedef in typeref:struct:ZSTDv04_Dctx_s
23246 ZSTDv04_Dctx* ZSTDv04_createDCtx(void);
23247 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx);
23249 size_t ZSTDv04_decompressDCtx(ZSTDv04_Dctx* dctx,
23257 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx);
23259 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx);
23260 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src, size_t srcSize);
[all...]

Completed in 146 milliseconds