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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Duncompr.c69 stream.zfree = (free_func)0;
H A Dcompress.c67 stream.zfree = (free_func)0;
H A Dzconf.h74 # define free_func z_free_func macro
H A Dzlib.h102 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
119 free_func zfree; /* used to free the internal state */
H A Dinfback.c72 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
641 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dinflate.c185 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
1183 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1358 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Ddeflate.c271 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
387 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
H A Dgzio.c136 s->stream.zfree = (free_func)0;
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c80 zs.zfree = (free_func)Z_NULL;

Completed in 52 milliseconds