Searched defs:alloc_func (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h63 # define alloc_func z_alloc_func macro
H A Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
94 alloc_func zalloc; /* used to allocate the internal state */
/ast/src/cmd/INIT/
H A Dratz.c500 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
517 alloc_func zalloc; /* used to allocate the internal state */
2383 if (strm->zalloc == (alloc_func)0) {
3555 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
3693 s->stream.zalloc = (alloc_func)0;

Completed in 28 milliseconds