Home | History | Annotate | Download | only in include

Lines Matching refs:opaque

80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
370 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
526 fields next_in, zalloc, zfree and opaque must be initialized before by the
739 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
953 calls. The fields zalloc, zfree and opaque in strm must be initialized
1165 typedef voidp gzFile; /* opaque gzip file descriptor */