zfree              67 crypto/deflate.c 	zbuf.zfree = z_free;
zfree              48 lib/libz/infback.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
zfree             631 lib/libz/infback.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
zfree             162 lib/libz/inflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
zfree            1241 lib/libz/inflate.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
zfree            1416 lib/libz/inflate.c         source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
zfree              96 lib/libz/zlib.h     free_func  zfree;   /* used to free the internal state */
zfree             270 lib/libz/zutil.h #define ZFREE(strm, addr)  (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
zfree              70 net/ppp-deflate.c static void	zfree(void *, void *ptr, u_int nb);
zfree             175 net/ppp-deflate.c     state->strm.zfree = zfree;
zfree             408 net/ppp-deflate.c     state->strm.zfree = zfree;
zfree             139 net/zlib.c     	   (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size))
zfree             683 net/zlib.c             strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
zfree            2803 net/zlib.c       if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
zfree            4035 net/zlib.c         z.zfree = ffree;
zfree             173 net/zlib.h         free_func  zfree;   /* used to free the internal state */
zfree             353 xfs/xfs_vnodeops-bsd.c 	zfree(namei_zone, cnp->cn_pnbuf);
zfree             977 xfs/xfs_vnodeops-bsd.c 	zfree(namei_zone, cnp->cn_pnbuf);