Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v05.h63 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx); /*!< @return : errorCode */
Dzstd_legacy.h152 ZSTDv05_freeDCtx(zd); in ZSTD_decompressLegacy()
Dzstd_v05.c2693 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) in ZSTDv05_freeDCtx() function
3518 ZSTDv05_freeDCtx(dctx); in ZSTDv05_decompress()
3866 ZSTDv05_freeDCtx(zbc->zc); in ZBUFFv05_freeDCtx()