Searched refs:zfree (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libz/
H A Duncompr.c45 stream.zfree = (free_func)0;
H A Dcompress.c43 stream.zfree = (free_func)0;
H A Dexample.c178 c_stream.zfree = (free_func)0;
217 d_stream.zfree = (free_func)0;
256 c_stream.zfree = (free_func)0;
313 d_stream.zfree = (free_func)0;
353 c_stream.zfree = (free_func)0;
392 d_stream.zfree = (free_func)0;
434 c_stream.zfree = (free_func)0;
473 d_stream.zfree = (free_func)0;
H A Dinfback.c22 strm provides memory allocation functions in zalloc and zfree, or
48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzutil.h266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dinflate.c161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
1159 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1334 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Dzlib.h95 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
96 voidpf opaque; /* private data object passed to zalloc and zfree */
131 has dropped to zero. The application must initialize zalloc, zfree and
136 parameter for calls of zalloc and zfree. This can be useful for custom
141 If zlib is used in a multi-threaded application, zalloc and zfree must be
144 On 16-bit systems, the functions zalloc and zfree must be able to allocate
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
346 next_in, avail_in, zalloc, zfree an
[all...]
H A Ddeflate.c247 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
368 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
H A Dgzio.c126 s->stream.zfree = (free_func)0;
/ast/src/cmd/INIT/
H A Dratz.c518 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
519 voidpf opaque; /* private data object passed to zalloc and zfree */
573 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
806 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
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 54 milliseconds