Home | History | Annotate | Download | only in zlib

Lines Matching refs:opaque

81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
82 typedef void (*free_func) OF((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
546 fields next_in, zalloc, zfree and opaque must be initialized before by the
836 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
1075 calls. The fields zalloc, zfree and opaque in strm must be initialized
1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */