Searched refs:zalloc (Results 1 – 4 of 4) sorted by relevance
74 stream.zalloc = zcalloc; in gunzip()
267 (*((strm)->zalloc))((strm)->opaque, (items), (size))
97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()192 strm->zalloc = zcalloc; in inflateInit2_()
98 alloc_func zalloc; /* used to allocate the internal state */ member