Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v06.h74 ZSTDLIBv06_API size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx); /*!< @return : errorCode */
Dzstd_legacy.h162 ZSTDv06_freeDCtx(zd); in ZSTD_decompressLegacy()
Dzstd_v06.c2854 size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx) in ZSTDv06_freeDCtx() function
3655 ZSTDv06_freeDCtx(dctx); in ZSTDv06_decompress()
3982 ZSTDv06_freeDCtx(zbd->zd); in ZBUFFv06_freeDCtx()