Searched refs:free_func (Results 1 – 9 of 9) 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
877 m_tag_kalloc_func_t alloc_func, m_tag_kfree_func_t free_func) in m_register_internal_tag_type() argument888 m_tag_type_table[type].mt_free_func = free_func; in m_register_internal_tag_type()
1840 …ag_type(uint16_t type, uint16_t len, m_tag_kalloc_func_t alloc_func, m_tag_kfree_func_t free_func);