Home
last modified time | relevance | path

Searched refs:ZBUFFv07_DCtx (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.h129 typedef struct ZBUFFv07_DCtx_s ZBUFFv07_DCtx; typedef
130 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,
H A Dzstd_legacy.h274 case 7 : return ZBUFFv07_freeDCtx((ZBUFFv07_DCtx*)legacyContext); in ZSTD_freeLegacyStreamContext()
327ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream()
396 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream()
H A Dzstd_v07.c4334 ZSTDLIBv07_API ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem);
4336 ZBUFFv07_DCtx* ZBUFFv07_createDCtx(void) in ZBUFFv07_createDCtx()
4341 ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZBUFFv07_createDCtx_advanced()
4343 ZBUFFv07_DCtx* zbd; in ZBUFFv07_createDCtx_advanced()
4351 zbd = (ZBUFFv07_DCtx*)customMem.customAlloc(customMem.opaque, sizeof(ZBUFFv07_DCtx)); in ZBUFFv07_createDCtx_advanced()
4353 memset(zbd, 0, sizeof(ZBUFFv07_DCtx)); in ZBUFFv07_createDCtx_advanced()
4361 size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* zbd) in ZBUFFv07_freeDCtx()
4374 size_t ZBUFFv07_decompressInitDictionary(ZBUFFv07_DCtx* zbd, const void* dict, size_t dictSize) in ZBUFFv07_decompressInitDictionary()
4381 size_t ZBUFFv07_decompressInit(ZBUFFv07_DCtx* zbd) in ZBUFFv07_decompressInit()
4400 size_t ZBUFFv07_decompressContinue(ZBUFFv07_DCtx* zbd, in ZBUFFv07_decompressContinue()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23802 typedef struct ZBUFFv07_DCtx_s ZBUFFv07_DCtx; typedef
23803 ZSTDLIBv07_API ZBUFFv07_DCtx* ZBUFFv07_createDCtx(void);
23804 ZSTDLIBv07_API size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* dctx);
23806 ZSTDLIBv07_API size_t ZBUFFv07_decompressInit(ZBUFFv07_DCtx* dctx);
23807 ZSTDLIBv07_API size_t ZBUFFv07_decompressInitDictionary(ZBUFFv07_DCtx* dctx, const void* dict, size…
23809 ZSTDLIBv07_API size_t ZBUFFv07_decompressContinue(ZBUFFv07_DCtx* dctx,
24086 case 7 : return ZBUFFv07_freeDCtx((ZBUFFv07_DCtx*)legacyContext); in ZSTD_freeLegacyStreamContext()
24139ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream()
24208 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream()