Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.h60 typedef struct ZSTDv04_Dctx_s ZSTDv04_Dctx; typedef
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…
H A Dzstd_v04.c265 typedef ZSTDv04_Dctx ZSTD_DCtx;
3619 size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx) { return ZSTD_resetDCtx(dctx); } in ZSTDv04_resetDCtx()
3621 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx) in ZSTDv04_nextSrcSizeToDecompress()
3626 size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv04_decompressContinue()