Searched refs:free_func (Results 1 – 7 of 7) sorted by relevance
73 stream.zfree = (free_func)0; in uncompress()
71 stream.zfree = (free_func)0; in compress2()
74 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateBackInit_()642 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
186 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()1204 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateEnd()1373 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
266 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in deflateInit2_()396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { in deflateReset()
105 typedef void (*free_func) OF((voidpf opaque, voidpf address));122 free_func zfree;/* used to free the internal state */
74 # define free_func z_free_func macro