Searched refs:free_func (Results 1 - 8 of 8) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Duncompr.c43 stream.zfree = (free_func)0;
H A Dcompress.c43 stream.zfree = (free_func)0;
H A Dzlib.h81 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
98 free_func zfree; /* used to free the internal state */
H A Dinfback.c52 if (strm->zfree == (free_func)0)
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzconf.h138 # define free_func z_free_func macro
H A Dinflate.c202 if (strm->zfree == (free_func)0)
1258 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1449 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Ddeflate.c248 if (strm->zfree == (free_func)0)
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
H A Dzip.c1219 zi->ci.stream.zfree = (free_func)0;

Completed in 65 milliseconds