Searched refs:alloc_func (Results 1 – 7 of 7) sorted by relevance
72 stream.zalloc = (alloc_func)0; in uncompress()
70 stream.zalloc = (alloc_func)0; in compress2()
70 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
182 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()1373 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
262 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { in deflateReset()
104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));121 alloc_func zalloc; /* used to allocate the internal state */
73 # define alloc_func z_alloc_func macro