Home | History | Annotate | Download | only in net

Lines Matching defs:zfree

375     free_func  zfree;   /* used to free the internal state */
376 voidpf opaque; /* private data object passed to zalloc and zfree */
388 has dropped to zero. The application must initialize zalloc, zfree and
393 parameter for calls of zalloc and zfree. This can be useful for custom
398 If zlib is used in a multi-threaded application, zalloc and zfree must be
401 On 16-bit systems, the functions zalloc and zfree must be able to allocate
459 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
477 zalloc, zfree and opaque must be initialized before by the caller.
478 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
599 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
604 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
709 fields next_in, zalloc, zfree and opaque must be initialized before by
845 fields next_in, avail_in, zalloc, zfree and opaque must be initialized