Searched refs:alloc_func (Results 1 – 3 of 3) sorted by relevance
81 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); typedef98 alloc_func zalloc; /* used to allocate the internal state */
146 # define alloc_func z_alloc_func macro
97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()