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