Searched refs:ZSTDv04_freeDCtx (Results 1 – 2 of 2) sorted by relevance
62 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx);
3651 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } in ZSTDv04_freeDCtx() function