free_func          43 chrome/browser/metrics/compression_utils.cc     stream.zfree = static_cast<free_func>(0);
free_func         220 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	stream.zfree = (free_func)0;
free_func          40 third_party/harfbuzz-ng/src/hb-gobject-structs.cc #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \
free_func          48 third_party/harfbuzz-ng/src/hb-gobject-structs.cc 					       (GBoxedFreeFunc) free_func); \
free_func          43 third_party/zlib/compress.c     stream.zfree = (free_func)0;
free_func        1554 third_party/zlib/contrib/minizip/unzip.c       pfile_in_zip_read_info->bstream.bzfree = (free_func)0;
free_func        1559 third_party/zlib/contrib/minizip/unzip.c       pfile_in_zip_read_info->stream.zfree = (free_func)0;
free_func        1579 third_party/zlib/contrib/minizip/unzip.c       pfile_in_zip_read_info->stream.zfree = (free_func)0;
free_func        1214 third_party/zlib/contrib/minizip/zip.c           zi->ci.stream.zfree = (free_func)0;
free_func         242 third_party/zlib/deflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
free_func         363 third_party/zlib/deflate.c         strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
free_func          48 third_party/zlib/infback.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
free_func         626 third_party/zlib/infback.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
free_func         186 third_party/zlib/inflate.c     if (strm->zfree == (free_func)0) strm->zfree = zcfree;
free_func        1242 third_party/zlib/inflate.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
free_func        1417 third_party/zlib/inflate.c         source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
free_func          43 third_party/zlib/uncompr.c     stream.zfree = (free_func)0;
free_func          81 third_party/zlib/zlib.h typedef void   (*free_func)  OF((voidpf opaque, voidpf address));
free_func          98 third_party/zlib/zlib.h     free_func  zfree;   /* used to free the internal state */