Searched refs:ZSTDv05_freeDCtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.h63 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx); /*!< @return : errorCode */
H A Dzstd_legacy.h152 ZSTDv05_freeDCtx(zd);
H A Dzstd_v05.c336 Use ZSTDv05_createDCtx() / ZSTDv05_freeDCtx() to manage it.
2689 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) function
3514 ZSTDv05_freeDCtx(dctx);
3862 ZSTDv05_freeDCtx(zbc->zc);

Completed in 186 milliseconds