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