Lines Matching defs:zfree
172 free_func zfree; /* used to free the internal state */
173 voidp opaque; /* private data object passed to zalloc and zfree */
182 has dropped to zero. The application must initialize zalloc, zfree and
187 parameter for calls of zalloc and zfree. This can be useful for custom
192 On 16-bit systems, the functions zalloc and zfree must be able to allocate
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.
255 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
362 zalloc and zfree must be initialized before by the caller. If zalloc and
363 zfree are set to Z_NULL, inflateInit updates them to use default allocation
450 fields next_in, zalloc and zfree must be initialized before by the caller.
539 fields next_out, zalloc and zfree must be initialized before by the caller.