Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c3141 ZSTDv03_Dctx* ZSTDv03_createDCtx(void) in ZSTDv03_createDCtx()
3143 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
3146 size_t ZSTDv03_freeDCtx(ZSTDv03_Dctx* dctx) in ZSTDv03_freeDCtx()
3151 size_t ZSTDv03_resetDCtx(ZSTDv03_Dctx* dctx) in ZSTDv03_resetDCtx()
3156 size_t ZSTDv03_nextSrcSizeToDecompress(ZSTDv03_Dctx* dctx) in ZSTDv03_nextSrcSizeToDecompress()
3161 size_t ZSTDv03_decompressContinue(ZSTDv03_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv03_decompressContinue()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23148 typedef struct ZSTDv03_Dctx_s ZSTDv03_Dctx; typedef
23149 ZSTDv03_Dctx* ZSTDv03_createDCtx(void);
23150 size_t ZSTDv03_freeDCtx(ZSTDv03_Dctx* dctx);
23159 size_t ZSTDv03_resetDCtx(ZSTDv03_Dctx* dctx);
23161 size_t ZSTDv03_nextSrcSizeToDecompress(ZSTDv03_Dctx* dctx);
23162 size_t ZSTDv03_decompressContinue(ZSTDv03_Dctx* dctx, void* dst, size_t maxDstSize, const void* src…