Searched refs:ZSTDv02_Dctx (Results 1 – 2 of 2) sorted by relevance
60 typedef struct ZSTDv02_Dctx_s ZSTDv02_Dctx; typedef61 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…
3499 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()