Searched refs:alloc_func (Results 1 – 3 of 3) sorted by relevance
81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));98 alloc_func zalloc; /* used to allocate the internal state */
143 # define alloc_func z_alloc_func macro
110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)209 if (strm->zalloc == (alloc_func)0) {
Completed in 9 milliseconds