Searched refs:ZBUFFv07_DCtx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v07.h | 129 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 D | zstd_legacy.h | 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()
|
| H A D | zstd_v07.c | 4334 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 D | zstd.c | 23802 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() 24139 …ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream() 24208 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream()
|