Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/zstd/lib/legacy/
HDzstd_v04.h62 size_t ZSTDv04_freeDCtx(ZSTDv04_Dctx* dctx);
HDzstd_v04.c3647 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } in ZSTDv04_freeDCtx() function