Searched defs:zfree (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h119 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
120 voidpf opaque; /* private data object passed to zalloc and zfree */
155 has dropped to zero. The application must initialize zalloc, zfree and
160 parameter for calls of zalloc and zfree. This can be useful for custom
165 If zlib is used in a multi-threaded application, zalloc and zfree must be
168 On 16-bit systems, the functions zalloc and zfree must be able to allocate
229 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
247 zalloc, zfree and opaque must be initialized before by the caller.
248 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
370 next_in, avail_in, zalloc, zfree an
[all...]

Completed in 30 milliseconds