Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.h74 ZSTDLIBv06_API size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx); /*!< @return : errorCode */
H A Dzstd_legacy.h162 ZSTDv06_freeDCtx(zd); in ZSTD_decompressLegacy()
H A Dzstd_v06.c2850 size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx) in ZSTDv06_freeDCtx() function
3651 ZSTDv06_freeDCtx(dctx); in ZSTDv06_decompress()
3978 ZSTDv06_freeDCtx(zbd->zd); in ZBUFFv06_freeDCtx()