Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzutil.h267 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
268 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
H A Dinflate.c185 ZFREE(strm, state->window);
233 ZFREE(strm, state);
1284 if (state->window != Z_NULL) ZFREE(strm, state->window);
1285 ZFREE(strm, strm->state);
1484 ZFREE(source, copy);
H A Dinfback.c636 ZFREE(strm, strm->state);
H A Ddeflate.c1094 ZFREE(strm, strm->state);
H A DChangeLog1039 - ZFREE was repeated on same allocation on some error conditions.