Home
last modified time | relevance | path

Searched refs:ZFREE (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/lib/libz/
H A Dzutil.h265 #define ZFREE(strm, addr, size) \ macro
267 #define TRY_FREE(s, p, size) ZFREE(s, p, size)
H A Dinflate.c168 ZFREE(strm, state->window, 1U << state->wbits); in inflateReset2()
212 ZFREE(strm, state, sizeof(struct inflate_state)); in inflateInit2_()
1357 if (state->window != Z_NULL) ZFREE(strm, state->window, 1U << state->wbits); in inflateEnd()
1358 ZFREE(strm, strm->state, sizeof(struct inflate_state)); in inflateEnd()
1545 ZFREE(source, copy, sizeof(struct inflate_state)); in inflateCopy()
H A Dinfback.c674 ZFREE(strm, strm->state, sizeof(struct inflate_state)); in inflateBackEnd()
H A Ddeflate.c1275 ZFREE(strm, strm->state, sizeof(deflate_state)); in deflateEnd()
/openbsd/lib/libz/
H A Dzutil.h252 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
253 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
H A Dinflate.c168 ZFREE(strm, state->window); in inflateReset2()
212 ZFREE(strm, state); in inflateInit2_()
1358 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd()
1359 ZFREE(strm, strm->state); in inflateEnd()
1546 ZFREE(source, copy); in inflateCopy()
H A Dinfback.c674 ZFREE(strm, strm->state); in inflateBackEnd()
H A Ddeflate.c1275 ZFREE(strm, strm->state); in deflateEnd()
H A DChangeLog1145 - ZFREE was repeated on same allocation on some error conditions
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h272 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
273 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
H A Dinflate.c188 ZFREE(strm, state->window); in inflateReset2()
236 ZFREE(strm, state); in inflateInit2_()
1311 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd()
1312 ZFREE(strm, strm->state); in inflateEnd()
1518 ZFREE(source, copy); in inflateCopy()
H A Dinfback.c640 ZFREE(strm, strm->state); in inflateBackEnd()
H A Ddeflate.c1144 ZFREE(strm, strm->state); in deflateEnd()