Home
last modified time | relevance | path

Searched refs:opaque (Results 1 - 1 of 1) sorted by relevance

/interface/sdk_c/third_party/zlib/
H A Dzlib.h81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size);
82 typedef void (*free_func)(voidpf opaque, voidpf address);
100 voidpf opaque; /* private data object passed to zalloc and zfree */ member
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
547 fields zalloc, zfree and opaque mus
[all...]

Completed in 2 milliseconds