Home | History | Annotate | Download | only in include

Lines Matching defs:opaque

77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque must be initialized before by
698 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
860 calls. The fields zalloc, zfree and opaque in strm must be initialized