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

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.h76 ZSTDLIBv07_API size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx); /*!< @return : errorCode */
H A Dzstd_legacy.h172 ZSTDv07_freeDCtx(zd);
H A Dzstd_v07.c100 Use ZSTDv07_createDCtx() / ZSTDv07_freeDCtx() to manage it.
2999 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) function
3896 ZSTDv07_freeDCtx(dctx);
4234 ZSTDv07_freeDCtx(ddict->refContext);
4360 ZSTDv07_freeDCtx(zbd->zd);

Completed in 182 milliseconds