Home
last modified time | relevance | path

Searched refs:ZBUFFv04_freeDCtx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.h90 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx);
H A Dzstd_legacy.h265 case 4 : return ZBUFFv04_freeDCtx((ZBUFFv04_DCtx*)legacyContext); in ZSTD_freeLegacyStreamContext()
H A Dzstd_v04.c3634 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx) { return ZBUFF_freeDCtx(dctx); } in ZBUFFv04_freeDCtx() function