Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/libkern/zlib/
H A Duncompr.c72 stream.zalloc = (alloc_func)0; in uncompress()
H A Dcompress.c70 stream.zalloc = (alloc_func)0; in compress2()
H A Dinfback.c70 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_()
H A Dinflate.c182 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
1373 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
H A Ddeflate.c262 if (strm->zalloc == (alloc_func)0) { in deflateInit2_()
396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { in deflateReset()
/xnu-8792.41.9/libkern/libkern/
H A Dzlib.h104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
121 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h73 # define alloc_func z_alloc_func macro