Searched refs:zfree (Results 1 – 8 of 8) sorted by relevance
34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function66 s.zfree = zfree; in zzip()
198 s.zfree = gzfree; in gzwrite()286 s.zfree = gzfree; in zunzip()
61 stream.zfree = gzfree; in cramfs_uncompress_init()
53 stream.zfree = (free_func)0;
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()
237 if (strm->zfree == (free_func)0) strm->zfree = zcfree;397 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
436 free_func zfree; /* used to free the internal state */ member
Completed in 21 milliseconds