Symbol: zfree
usr/src/boot/libsa/zalloc_malloc.c
139
zfree(&MallocPool, res, bytes);
usr/src/boot/libsa/zalloc_malloc.c
88
zfree(&MallocPool, base, incr);
usr/src/boot/libsa/zalloc_protos.h
34
Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
usr/src/cmd/audio/include/zmalloc.h
37
EXTERN_FUNCTION(void zfree, (void *));
usr/src/cmd/audio/utilities/AudioBuffer.cc
161
(void) zfree((char *)tmpbuf);
usr/src/cmd/audio/utilities/AudioBuffer.cc
92
(void) zfree((char *)bufaddr);
usr/src/cmd/cmd-inet/usr.bin/pppdump/deflate.c
153
state->strm.zfree = (free_func) z_free;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
129
(*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size))
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2791
if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4027
z.zfree = ffree;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
670
strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
172
free_func zfree; /* used to free the internal state */
usr/src/common/fs/decompress.c
145
zsp->zfree = cf_free;
usr/src/uts/common/io/ppp/spppcomp/deflate.c
221
state->strm.zfree = (free_func)z_free;
usr/src/uts/common/io/ppp/spppcomp/deflate.c
675
state->strm.zfree = (free_func)z_free;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1000
strm->zalloc == Z_NULL || strm->zfree == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
268
#define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3649
if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3683
if (z->zfree == Z_NULL) z->zfree = zcfree;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
883
if (strm->zfree == Z_NULL) strm->zfree = zcfree;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
415
free_func zfree; /* used to free the internal state */