Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.h131 ZSTDLIBv07_API size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* dctx);
H A Dzstd_legacy.h274 case 7 : return ZBUFFv07_freeDCtx((ZBUFFv07_DCtx*)legacyContext); in ZSTD_freeLegacyStreamContext()
H A Dzstd_v07.c4356 if (zbd->zd == NULL) { ZBUFFv07_freeDCtx(zbd); return NULL; } in ZBUFFv07_createDCtx_advanced()
4361 size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* zbd) in ZBUFFv07_freeDCtx() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23804 ZSTDLIBv07_API size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* dctx);
24086 case 7 : return ZBUFFv07_freeDCtx((ZBUFFv07_DCtx*)legacyContext); in ZSTD_freeLegacyStreamContext()