Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.h60 typedef struct ZSTDv03_Dctx_s ZSTDv03_Dctx; typedef
61 ZSTDv03_Dctx* ZSTDv03_createDCtx(void);
62 size_t ZSTDv03_freeDCtx(ZSTDv03_Dctx* dctx);
71 size_t ZSTDv03_resetDCtx(ZSTDv03_Dctx* dctx);
73 size_t ZSTDv03_nextSrcSizeToDecompress(ZSTDv03_Dctx* dctx);
74 size_t ZSTDv03_decompressContinue(ZSTDv03_Dctx* dctx, void* dst, size_t maxDstSize, const void* src…
H A Dzstd_v03.c3137 ZSTDv03_Dctx* ZSTDv03_createDCtx(void) in ZSTDv03_createDCtx()
3139 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
3142 size_t ZSTDv03_freeDCtx(ZSTDv03_Dctx* dctx) in ZSTDv03_freeDCtx()
3147 size_t ZSTDv03_resetDCtx(ZSTDv03_Dctx* dctx) in ZSTDv03_resetDCtx()
3152 size_t ZSTDv03_nextSrcSizeToDecompress(ZSTDv03_Dctx* dctx) in ZSTDv03_nextSrcSizeToDecompress()
3157 size_t ZSTDv03_decompressContinue(ZSTDv03_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv03_decompressContinue()