Symbol: zfree
common/dist/zlib/compress.c
41
stream.zfree = (free_func)0;
common/dist/zlib/deflate.c
411
if (strm->zfree == (free_func)0)
common/dist/zlib/deflate.c
415
strm->zfree = zcfree;
common/dist/zlib/deflate.c
543
strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
common/dist/zlib/examples/fitblk.c
149
def.zfree = Z_NULL;
common/dist/zlib/examples/fitblk.c
181
inf.zfree = Z_NULL;
common/dist/zlib/examples/gun.c
641
strm.zfree = Z_NULL;
common/dist/zlib/examples/gzappend.c
284
strm->zfree = Z_NULL;
common/dist/zlib/examples/gzjoin.c
301
strm.zfree = Z_NULL;
common/dist/zlib/examples/gzlog.c
621
strm.zfree = Z_NULL;
common/dist/zlib/examples/gznorm.c
94
strm.zfree = Z_NULL;
common/dist/zlib/examples/zpipe.c
103
strm.zfree = Z_NULL;
common/dist/zlib/examples/zpipe.c
47
strm.zfree = Z_NULL;
common/dist/zlib/examples/zran.c
178
index->strm.zfree = Z_NULL;
common/dist/zlib/gzread.c
111
state->strm.zfree = Z_NULL;
common/dist/zlib/gzwrite.c
34
strm->zfree = Z_NULL;
common/dist/zlib/infback.c
47
if (strm->zfree == (free_func)0)
common/dist/zlib/infback.c
51
strm->zfree = zcfree;
common/dist/zlib/infback.c
577
if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
common/dist/zlib/inflate.c
193
if (strm->zfree == (free_func)0)
common/dist/zlib/inflate.c
197
strm->zfree = zcfree;
common/dist/zlib/inflate.c
93
strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
common/dist/zlib/test/example.c
178
c_stream.zfree = zfree;
common/dist/zlib/test/example.c
215
d_stream.zfree = zfree;
common/dist/zlib/test/example.c
252
c_stream.zfree = zfree;
common/dist/zlib/test/example.c
307
d_stream.zfree = zfree;
common/dist/zlib/test/example.c
344
c_stream.zfree = zfree;
common/dist/zlib/test/example.c
381
d_stream.zfree = zfree;
common/dist/zlib/test/example.c
419
c_stream.zfree = zfree;
common/dist/zlib/test/example.c
456
d_stream.zfree = zfree;
common/dist/zlib/test/example.c
56
static free_func zfree = myfree;
common/dist/zlib/test/example.c
61
static free_func zfree = (free_func)0;
common/dist/zlib/test/infcover.c
172
strm->zfree = mem_free;
common/dist/zlib/test/infcover.c
233
strm->zfree = Z_NULL;
common/dist/zlib/test/minigzip.c
207
gz->strm.zfree = myfree;
common/dist/zlib/uncompr.c
50
stream.zfree = (free_func)0;
common/dist/zlib/zlib.h
105
free_func zfree; /* used to free the internal state */
common/dist/zlib/zutil.h
258
#define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
sys/dev/vnd.c
1404
vnd->sc_comp_stream.zfree = vnd_free;
sys/kern/kern_ctf.c
212
zs.zfree = z_free;
sys/net/ppp-deflate.c
168
state->strm.zfree = zfree;
sys/net/ppp-deflate.c
386
state->strm.zfree = zfree;
sys/net/ppp-deflate.c
72
static void zfree(void *, void *ptr);
sys/net/zlib.c
279
#define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
sys/net/zlib.c
3427
if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
sys/net/zlib.c
3454
if (z->zfree == Z_NULL) z->zfree = zcfree;
sys/net/zlib.c
837
if (strm->zfree == Z_NULL) strm->zfree = zcfree;
sys/net/zlib.c
946
strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
sys/net/zlib.h
375
free_func zfree; /* used to free the internal state */
sys/netinet/sctputil.h
123
zfree(zone, element);
sys/opencrypto/deflate.c
244
zbuf.zfree = ocf_zfree;
sys/opencrypto/deflate.c
97
zbuf.zfree = ocf_zfree;
tests/crypto/opencrypto/h_comp_zlib.c
75
z.zfree = Z_NULL;
tests/crypto/opencrypto/h_comp_zlib_rnd.c
79
z.zfree = Z_NULL;
usr.bin/gzip/gzip.c
615
z.zfree = Z_NULL;
usr.bin/gzip/gzip.c
813
z.zfree = NULL;
usr.sbin/makemandb/apropos-utils.c
280
stream.zfree = NULL;