Searched refs:alloc_func (Results 1 – 4 of 4) sorted by relevance
97 # define alloc_func z_alloc_func macro420 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));435 alloc_func zalloc; /* used to allocate the internal state */
52 stream.zalloc = (alloc_func)0;
238 if (strm->zalloc == (alloc_func)0) {360 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
43 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
Completed in 8 milliseconds