Searched refs:ZFREE (Results 1 – 13 of 13) sorted by relevance
/openbsd/sys/lib/libz/ |
H A D | zutil.h | 265 #define ZFREE(strm, addr, size) \ macro 267 #define TRY_FREE(s, p, size) ZFREE(s, p, size)
|
H A D | inflate.c | 168 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 D | infback.c | 674 ZFREE(strm, strm->state, sizeof(struct inflate_state)); in inflateBackEnd()
|
H A D | deflate.c | 1275 ZFREE(strm, strm->state, sizeof(deflate_state)); in deflateEnd()
|
/openbsd/lib/libz/ |
H A D | zutil.h | 252 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 253 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
H A D | inflate.c | 168 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 D | infback.c | 674 ZFREE(strm, strm->state); in inflateBackEnd()
|
H A D | deflate.c | 1275 ZFREE(strm, strm->state); in deflateEnd()
|
H A D | ChangeLog | 1145 - ZFREE was repeated on same allocation on some error conditions
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | zutil.h | 272 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 273 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
H A D | inflate.c | 188 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 D | infback.c | 640 ZFREE(strm, strm->state); in inflateBackEnd()
|
H A D | deflate.c | 1144 ZFREE(strm, strm->state); in deflateEnd()
|