Searched refs:ZBUFFv07_DCtx (Results 1 – 3 of 3) sorted by relevance
129 typedef struct ZBUFFv07_DCtx_s ZBUFFv07_DCtx; typedef130 ZSTDLIBv07_API ZBUFFv07_DCtx* ZBUFFv07_createDCtx(void);131 ZSTDLIBv07_API size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* dctx);133 ZSTDLIBv07_API size_t ZBUFFv07_decompressInit(ZBUFFv07_DCtx* dctx);134 ZSTDLIBv07_API size_t ZBUFFv07_decompressInitDictionary(ZBUFFv07_DCtx* dctx, const void* dict, size…136 ZSTDLIBv07_API size_t ZBUFFv07_decompressContinue(ZBUFFv07_DCtx* dctx,
274 case 7 : return ZBUFFv07_freeDCtx((ZBUFFv07_DCtx*)legacyContext); in ZSTD_freeLegacyStreamContext()327 …ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream()396 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream()
4330 ZSTDLIBv07_API ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem);4332 ZBUFFv07_DCtx* ZBUFFv07_createDCtx(void) in ZBUFFv07_createDCtx()4337 ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZBUFFv07_createDCtx_advanced()4339 ZBUFFv07_DCtx* zbd; in ZBUFFv07_createDCtx_advanced()4347 zbd = (ZBUFFv07_DCtx*)customMem.customAlloc(customMem.opaque, sizeof(ZBUFFv07_DCtx)); in ZBUFFv07_createDCtx_advanced()4349 memset(zbd, 0, sizeof(ZBUFFv07_DCtx)); in ZBUFFv07_createDCtx_advanced()4357 size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* zbd) in ZBUFFv07_freeDCtx()4370 size_t ZBUFFv07_decompressInitDictionary(ZBUFFv07_DCtx* zbd, const void* dict, size_t dictSize) in ZBUFFv07_decompressInitDictionary()4377 size_t ZBUFFv07_decompressInit(ZBUFFv07_DCtx* zbd) in ZBUFFv07_decompressInit()4396 size_t ZBUFFv07_decompressContinue(ZBUFFv07_DCtx* zbd, in ZBUFFv07_decompressContinue()