alloc_func         42 tools/packfi2/compress.c     stream.zalloc = (alloc_func)0;
alloc_func        243 tools/packfi2/deflate.c     if (strm->zalloc == (alloc_func)0) {
alloc_func        363 tools/packfi2/deflate.c         strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
alloc_func         77 tools/packfi2/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
alloc_func         94 tools/packfi2/zlib.h     alloc_func zalloc;  /* used to allocate the internal state */