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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h81 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
82 voidpf opaque; /* private data object passed to zalloc and zfree */
94 has dropped to zero. The application must initialize zalloc, zfree and
99 parameter for calls of zalloc and zfree. This can be useful for custom
104 If zlib is used in a multi-threaded application, zalloc and zfree must be
107 On 16-bit systems, the functions zalloc and zfree must be able to allocate
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
182 zalloc, zfree and opaque must be initialized before by the caller.
183 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
297 next_in, avail_in, zalloc, zfree an
[all...]

Completed in 67 milliseconds