Searched refs:zfree (Results 1 – 12 of 12) sorted by relevance
33 static void zfree(void *x, void *addr, unsigned nb) in zfree() function65 s.zfree = zfree; in zzip()
195 s.zfree = gzfree; in gzwrite()283 s.zfree = gzfree; in zunzip()
60 stream.zfree = gzfree; in cramfs_uncompress_init()
123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0)
47 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()932 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateEnd()
241 if (strm->zfree == (free_func)0) strm->zfree = zcfree;359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
44 zs->zfree = Z_NULL; in multifd_zlib_send_setup()170 zs->zfree = Z_NULL; in multifd_zlib_recv_setup()
35 .zfree = Z_NULL, in inflate_buffer()90 .zfree = Z_NULL, in deflate_buffer()
77 zstream->zfree = vnc_zlib_zfree; in vnc_zlib_stop()
82 zstream->zfree = vnc_zlib_zfree; in zrle_compress_data()
801 zstream->zfree = vnc_zlib_zfree; in tight_init_stream()
430 free_func zfree; /* used to free the internal state */ member