Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h265 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
266 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
H A Dinflate.c181 ZFREE(strm, state->window); in inflateReset2()
226 ZFREE(strm, state); in inflateInit2_()
1288 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd()
1289 ZFREE(strm, strm->state); in inflateEnd()
1483 ZFREE(source, copy); in inflateCopy()
H A Dinfback.c626 ZFREE(strm, strm->state); in inflateBackEnd()
H A Ddeflate.c1132 ZFREE(strm, strm->state);
H A DChangeLog1102 - ZFREE was repeated on same allocation on some error conditions
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1291 ZFREE(strm, s);
3655 ZFREE(z, z->state);
4331 ZFREE(z, s);
4336 ZFREE(z, s->hufts);
4337 ZFREE(z, s);
4631 ZFREE(z, s->hufts);
4633 ZFREE(z, s);
5185 ZFREE(z, c);
5209 ZFREE(z, v);
5210 ZFREE(z, c);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c128 #define ZFREE(strm, addr, size) \ macro
130 #define TRY_FREE(s, p, n) {if (p) ZFREE(s, p, n);}
866 ZFREE(strm, state, sizeof(deflate_state));
2795 ZFREE(z, z->state, sizeof(struct internal_state));
3223 ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
3252 ZFREE(z, s, sizeof(struct inflate_blocks_state));
3478 ZFREE(z, s->sub.trees.blens, s->sub.trees.nblens * sizeof(uInt));
3536 ZFREE(z, s->window, s->end - s->window);
3537 ZFREE(z, s, sizeof(struct inflate_blocks_state));
4074 ZFREE(z, p, p->word.Nalloc * sizeof(inflate_huft));
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c806 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
807 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
2404 ZFREE(strm, state);
3381 if (state->window != Z_NULL) ZFREE(strm, state->window);
3382 ZFREE(strm, strm->state);
3568 ZFREE(source, copy);