Searched refs:ZFREE (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/zmod/ |
| D | zutil.h | 273 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 274 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
| D | inflate.c | 185 ZFREE(strm, state); 1189 if (state->window != Z_NULL) ZFREE(strm, state->window); 1190 ZFREE(strm, strm->state); 1374 ZFREE(source, copy);
|
| D | deflate.c | 889 ZFREE(strm, strm->state);
|
| /netbsd/src/common/dist/zlib/ |
| D | zutil.h | 261 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 262 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
| D | inflate.c | 170 ZFREE(strm, state->window); in inflateReset2() 214 ZFREE(strm, state); in inflateInit2_() 1280 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd() 1281 ZFREE(strm, strm->state); in inflateEnd() 1468 ZFREE(source, copy); in inflateCopy()
|
| D | infback.c | 626 ZFREE(strm, strm->state); in inflateBackEnd()
|
| D | deflate.c | 1273 ZFREE(strm, strm->state); in deflateEnd()
|
| D | ChangeLog | 1142 - ZFREE was repeated on same allocation on some error conditions
|
| /netbsd/src/sys/net/ |
| D | zlib.c | 279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);} 1201 ZFREE(strm, s); in deflateEnd() 3431 ZFREE(z, z->state); in _tr_flush_block() 4029 ZFREE(z, s->sub.trees.blens); in _tr_flush_block() 4052 ZFREE(z, s); in _tr_flush_block() 4057 ZFREE(z, s->hufts); in _tr_flush_block() 4058 ZFREE(z, s); in _tr_flush_block() 4202 ZFREE(z, s->sub.trees.blens); in _tr_flush_block() 4240 ZFREE(z, s->sub.trees.blens); in _tr_flush_block() [all …]
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | zlib.c | 104 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 337 ZFREE(strm, state); in inflateInit2_() 2047 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd() 2048 ZFREE(strm, strm->state); in inflateEnd() 2226 ZFREE(source, copy); in inflateCopy()
|
| /netbsd/src/common/dist/zlib/contrib/infback9/ |
| D | infback9.c | 599 ZFREE(strm, strm->state); in inflateBack9End()
|
| /netbsd/src/external/zlib/pigz/dist/ |
| D | pigz.c | 635 #define ZFREE zlib_free macro 797 #define ZFREE Z_NULL macro 1432 strm.zfree = ZFREE; in compress_thread() 1970 strm->zfree = ZFREE; in single_compress() 2932 strm.zfree = ZFREE; in infchk()
|