alloc_func         42 other-licenses/zlib/compress.c     stream.zalloc = (alloc_func)0;
alloc_func        243 other-licenses/zlib/deflate.c     if (strm->zalloc == (alloc_func)0) {
alloc_func        363 other-licenses/zlib/deflate.c         strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
alloc_func        111 other-licenses/zlib/gzio.c     s->stream.zalloc = (alloc_func)0;
alloc_func         44 other-licenses/zlib/infback.c     if (strm->zalloc == (alloc_func)0) {
alloc_func        157 other-licenses/zlib/inflate.c     if (strm->zalloc == (alloc_func)0) {
alloc_func       1334 other-licenses/zlib/inflate.c         source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
alloc_func         44 other-licenses/zlib/uncompr.c     stream.zalloc = (alloc_func)0;
alloc_func         94 other-licenses/zlib/zlib.h     alloc_func zalloc;  /* used to allocate the internal state */