Home
last modified time | relevance | path

Searched refs:ZSTDv04_freeDCtx (Results 1 – 2 of 2) sorted by relevance

/external/zstd/lib/legacy/
Dzstd_v04.h62 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx);
Dzstd_v04.c3651 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } in ZSTDv04_freeDCtx() function