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

/ast/src/lib/libz/
H A Dzconf.h64 # define free_func z_free_func macro
H A Dzlib.h78 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
95 free_func zfree; /* used to free the internal state */
/ast/src/cmd/INIT/
H A Dratz.c501 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
518 free_func zfree; /* used to free the internal state */
2387 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
3378 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
3555 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
3694 s->stream.zfree = (free_func)0;

Completed in 28 milliseconds