Home | History | Annotate | Download | only in gzip

Lines Matching defs:opaque

63 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
64 typedef void (*free_func) OF((voidpf opaque, voidpf address));
82 voidpf opaque; /* private data object passed to zalloc and zfree */
95 opaque before calling the init function. All other fields are set by the
98 The opaque value provided by the application will be passed as the first
101 opaque value.
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller.
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
404 fields next_in, zalloc, zfree and opaque must be initialized before by
521 fields next_in, avail_in, zalloc, zfree and opaque must be initialized