Searched refs:alloc_func (Results 1 – 9 of 9) sorted by relevance
72 stream.zalloc = (alloc_func)0; in uncompress()
70 stream.zalloc = (alloc_func)0; in compress2()
70 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
182 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()1373 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
262 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { in deflateReset()
104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));121 alloc_func zalloc; /* used to allocate the internal state */
73 # define alloc_func z_alloc_func macro
865 m_tag_kalloc_func_t alloc_func, m_tag_kfree_func_t free_func) in m_register_internal_tag_type() argument875 m_tag_type_table[type].mt_alloc_func = alloc_func; in m_register_internal_tag_type()
1685 int m_register_internal_tag_type(uint16_t type, uint16_t len, m_tag_kalloc_func_t alloc_func, m_tag…