Lines Matching refs:opaque
81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size);
82 typedef void (*free_func)(voidpf opaque, voidpf address);
100 voidpf opaque; /* private data object passed to zalloc and zfree */
136 to zero. The application must initialize zalloc, zfree and opaque before
140 The opaque value provided by the application will be passed as the first
143 opaque value.
212 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
231 zalloc, zfree and opaque must be initialized before by the caller. If
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
547 fields zalloc, zfree and opaque must be initialized before by the caller.
838 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
1080 calls. The fields zalloc, zfree and opaque in strm must be initialized
1305 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */