Home
last modified time | relevance | path

Searched refs:ZSTDv02_Dctx (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v02.h60 typedef struct ZSTDv02_Dctx_s ZSTDv02_Dctx; typedef
61 ZSTDv02_Dctx* ZSTDv02_createDCtx(void);
62 size_t ZSTDv02_freeDCtx(ZSTDv02_Dctx* dctx);
71 size_t ZSTDv02_resetDCtx(ZSTDv02_Dctx* dctx);
73 size_t ZSTDv02_nextSrcSizeToDecompress(ZSTDv02_Dctx* dctx);
74 size_t ZSTDv02_decompressContinue(ZSTDv02_Dctx* dctx, void* dst, size_t maxDstSize, const void* src…
H A Dzstd_v02.c3499 ZSTDv02_Dctx* ZSTDv02_createDCtx(void) in ZSTDv02_createDCtx()
3501 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
3504 size_t ZSTDv02_freeDCtx(ZSTDv02_Dctx* dctx) in ZSTDv02_freeDCtx()
3509 size_t ZSTDv02_resetDCtx(ZSTDv02_Dctx* dctx) in ZSTDv02_resetDCtx()
3514 size_t ZSTDv02_nextSrcSizeToDecompress(ZSTDv02_Dctx* dctx) in ZSTDv02_nextSrcSizeToDecompress()
3519 size_t ZSTDv02_decompressContinue(ZSTDv02_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv02_decompressContinue()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23051 typedef struct ZSTDv02_Dctx_s ZSTDv02_Dctx; typedef
23052 ZSTDv02_Dctx* ZSTDv02_createDCtx(void);
23053 size_t ZSTDv02_freeDCtx(ZSTDv02_Dctx* dctx);
23062 size_t ZSTDv02_resetDCtx(ZSTDv02_Dctx* dctx);
23064 size_t ZSTDv02_nextSrcSizeToDecompress(ZSTDv02_Dctx* dctx);
23065 size_t ZSTDv02_decompressContinue(ZSTDv02_Dctx* dctx, void* dst, size_t maxDstSize, const void* src…