Lines Matching defs:opaque
83 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size);
84 typedef void (*free_func)(voidpf opaque, voidpf address);
102 voidpf opaque; /* private data object passed to zalloc and zfree */
138 to zero. The application must initialize zalloc, zfree and opaque before
142 The opaque value provided by the application will be passed as the first
145 opaque value.
214 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
233 zalloc, zfree and opaque must be initialized before by the caller. If
383 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
549 fields zalloc, zfree and opaque must be initialized before by the caller.
840 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
1082 calls. The fields zalloc, zfree and opaque in strm must be initialized
1307 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */