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 */
135 opaque before calling the init function. All other fields are set by the
138 The opaque value provided by the application will be passed as the first
141 opaque value.
209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller.
369 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
524 fields next_in, zalloc, zfree and opaque must be initialized before by
735 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
946 calls. The fields zalloc, zfree and opaque in strm must be initialized