free_func          43 other-licenses/zlib/compress.c     stream.zfree = (free_func)0;
free_func         247 other-licenses/zlib/deflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
free_func         363 other-licenses/zlib/deflate.c         strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
free_func         112 other-licenses/zlib/gzio.c     s->stream.zfree = (free_func)0;
free_func          48 other-licenses/zlib/infback.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
free_func         617 other-licenses/zlib/infback.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
free_func         161 other-licenses/zlib/inflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
free_func        1159 other-licenses/zlib/inflate.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
free_func        1334 other-licenses/zlib/inflate.c         source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
free_func          45 other-licenses/zlib/uncompr.c     stream.zfree = (free_func)0;
free_func          95 other-licenses/zlib/zlib.h     free_func  zfree;   /* used to free the internal state */