Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/zstd/lib/deprecated/
HDzbuff_decompress.c30 size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbd) in ZBUFF_freeDCtx() function
HDzbuff.h125 ZBUFF_DEPRECATED("use ZSTD_freeDStream") size_t ZBUFF_freeDCtx(ZBUFF_DCtx* dctx);
/freebsd-14-stable/sys/contrib/zstd/lib/legacy/
HDzstd_v04.c3383 static size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbc) in ZBUFF_freeDCtx() function
3634 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx) { return ZBUFF_freeDCtx(dctx); } in ZBUFFv04_freeDCtx()