Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
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…
Dzstd_v02.c3495 ZSTDv02_Dctx* ZSTDv02_createDCtx(void) in ZSTDv02_createDCtx()
3497 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
3500 size_t ZSTDv02_freeDCtx(ZSTDv02_Dctx* dctx) in ZSTDv02_freeDCtx()
3505 size_t ZSTDv02_resetDCtx(ZSTDv02_Dctx* dctx) in ZSTDv02_resetDCtx()
3510 size_t ZSTDv02_nextSrcSizeToDecompress(ZSTDv02_Dctx* dctx) in ZSTDv02_nextSrcSizeToDecompress()
3515 size_t ZSTDv02_decompressContinue(ZSTDv02_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv02_decompressContinue()