Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 25 of 60) sorted by relevance

123

/external/zlib/contrib/pascal/
Dexample.pas192 c_stream.zfree := NIL;
237 d_stream.zfree := NIL;
278 c_stream.zfree := NIL;
332 d_stream.zfree := NIL;
376 c_stream.zfree := NIL;
415 d_stream.zfree := NIL;
455 c_stream.zfree := NIL;
492 d_stream.zfree := NIL;
/external/zlib/
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;
Duncompr.c43 stream.zfree = (free_func)0;
Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
626 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
Dcompress.c43 stream.zfree = (free_func)0;
/external/zlib/contrib/delphi/
DZLib.pas36 zfree: TFree; // used to free the internal state
294 strm.zfree := zlibFreeMem;
333 strm.zfree := zlibFreeMem;
373 strm.zfree := zlibFreeMem;
395 FZRec.zfree := zlibFreeMem;
/external/zlib/examples/
Dzpipe.c46 strm.zfree = Z_NULL; in def()
102 strm.zfree = Z_NULL; in inf()
Dfitblk.c149 def.zfree = Z_NULL; in main()
181 inf.zfree = Z_NULL; in main()
Dzran.c151 strm.zfree = Z_NULL; in build_index()
265 strm.zfree = Z_NULL; in extract()
/external/openssl/crypto/comp/
Dc_zlib.c149 state->istream.zfree = zlib_zfree; in zlib_stateful_init()
161 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
321 stream.zfree = (free_func)0;
493 ctx->zin.zfree = Z_NULL; in bio_zlib_new()
499 ctx->zout.zfree = Z_NULL; in bio_zlib_new()
/external/qemu/
Dloader.c385 static void zfree(void *x, void *addr) in zfree() function
433 s.zfree = zfree; in gunzip()
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc53 zcontext_.zfree = Z_NULL; in GzipInputStream()
207 zcontext_.zfree = Z_NULL; in Init()
/external/qemu/distrib/zlib-1.2.3/
Duncompr.c45 stream.zfree = (free_func)0;
Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
Dcompress.c43 stream.zfree = (free_func)0;
Dzutil.h266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
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)
/external/chromium/third_party/zlib/
Duncompr.c45 stream.zfree = (free_func)0;
Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
617 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
Dcompress.c43 stream.zfree = (free_func)0;
Dzutil.h266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
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)
/external/zlib/contrib/infback9/
Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
611 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/external/zlib/contrib/ada/
Dzlib-thin.adb107 Strm.zfree := Free;
/external/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs45 uint zfree; field

123