Searched refs:ZFREE (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/zlib/ |
H A D | zutil.h | 247 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 248 #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_() 1271 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd() 1272 ZFREE(strm, strm->state); in inflateEnd() 1459 ZFREE(source, copy); in inflateCopy()
|
H A D | infback.c | 624 ZFREE(strm, strm->state); in inflateBackEnd()
|
H A D | deflate.c | 1271 ZFREE(strm, strm->state); in deflateEnd()
|
H A D | ChangeLog | 1142 - ZFREE was repeated on same allocation on some error conditions
|