Searched refs:ZFREE (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zutil.h | 267 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 268 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
| H A D | inflate.c | 185 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 D | infback.c | 636 ZFREE(strm, strm->state);
|
| H A D | deflate.c | 1094 ZFREE(strm, strm->state);
|
| H A D | ChangeLog | 1039 - ZFREE was repeated on same allocation on some error conditions.
|