Searched refs:ZBUFF_freeDCtx (Results 1 – 3 of 3) sorted by relevance
30 size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbd) in ZBUFF_freeDCtx() function
125 ZBUFF_DEPRECATED("use ZSTD_freeDStream") size_t ZBUFF_freeDCtx(ZBUFF_DCtx* dctx);
3383 static size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbc) in ZBUFF_freeDCtx() function3634 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx) { return ZBUFF_freeDCtx(dctx); } in ZBUFFv04_freeDCtx()