Searched refs:zfree (Results 1 – 7 of 7) sorted by relevance
34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function66 s.zfree = zfree; in zzip()
207 s.zfree = gzfree; in gzwrite()295 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) {
430 free_func zfree; /* used to free the internal state */ member