Searched refs:zfree (Results 26 - 50 of 53) sorted by relevance

123

/external/zlib/src/test/
H A Dinfcover.c34 zalloc, zfree, and opaque members of strm to use
172 strm->zfree = mem_free;
233 strm->zfree = Z_NULL;
H A Dminigzip.c205 gz->strm.zfree = myfree;
/external/chromium/sdch/open-vcdiff/src/
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...]
/external/open-vcdiff/src/zlib/
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...]
/external/qemu/distrib/zlib-1.2.3/
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.c112 s->stream.zfree = (free_func)0;
/external/zlib/src/examples/
H A Dgzjoin.c300 strm.zfree = Z_NULL;
H A Dgun.c640 strm.zfree = Z_NULL;
H A Dgzappend.c282 strm->zfree = Z_NULL;
H A Dgzlog.c621 strm.zfree = Z_NULL;
/external/zlib/src/
H A Dinflate.c201 if (strm->zfree == (free_func)0)
205 strm->zfree = zcfree;
1257 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1433 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Dgzread.c107 state->strm.zfree = Z_NULL;
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
371 next_in, avail_in, zalloc, zfree an
[all...]
H A Ddeflate.c248 if (strm->zfree == (free_func)0)
252 strm->zfree = zcfree;
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
403 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
H A Dgzwrite.c40 strm->zfree = Z_NULL;
/external/zlib/
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
99 voidpf opaque; /* private data object passed to zalloc and zfree */
134 to zero. The application must initialize zalloc, zfree and opaque before
139 parameter for calls of zalloc and zfree. This can be useful for custom
144 If zlib is used in a multi-threaded application, zalloc and zfree must be
147 On 16-bit systems, the functions zalloc and zfree must be able to allocate
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
371 next_in, avail_in, zalloc, zfree an
[all...]
/external/libpng/
H A Dpngread.c161 png_ptr->zstream.zfree = png_zfree;
330 png_ptr->zstream.zfree = png_zfree;
H A Dpngwutil.c521 png_ptr->zstream.zfree = png_zfree;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngread.c143 png_ptr->zstream.zfree = png_zfree;
297 png_ptr->zstream.zfree = png_zfree;
H A Dpngwutil.c501 png_ptr->zstream.zfree = png_zfree;
/external/zlib/src/contrib/minizip/
H A Dunzip.c1559 pfile_in_zip_read_info->stream.zfree = (free_func)0;
1579 pfile_in_zip_read_info->stream.zfree = (free_func)0;
/external/openssh/
H A Dmonitor.c1943 outgoing_stream.zfree = (free_func)mm_zfree;
1947 incoming_stream.zfree = (free_func)mm_zfree;
/external/libxml2/
H A Dnanohttp.c817 ctxt->strm->zfree = Z_NULL;

Completed in 315 milliseconds

123