Home
last modified time | relevance | path

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

1234

/external/zlib/src/test/
Dexample.c73 static free_func zfree = myfree; variable
78 static free_func zfree = (free_func)0; variable
209 c_stream.zfree = zfree;
248 d_stream.zfree = zfree;
287 c_stream.zfree = zfree;
344 d_stream.zfree = zfree;
384 c_stream.zfree = zfree;
423 d_stream.zfree = zfree;
465 c_stream.zfree = zfree;
504 d_stream.zfree = zfree;
/external/zlib/src/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/src/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/src/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.c156 strm.zfree = Z_NULL; in build_index()
270 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/chromium_org/third_party/openssl/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/zlib/src/
Duncompr.c43 stream.zfree = (free_func)0;
Dcompress.c43 stream.zfree = (free_func)0;
Dinfback.c52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/external/qemu/distrib/zlib-1.2.3/
Duncompr.c45 stream.zfree = (free_func)0;
Dcompress.c43 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)
/external/chromium_org/third_party/zlib/
Duncompr.c43 stream.zfree = (free_func)0;
Dcompress.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)
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc53 zcontext_.zfree = Z_NULL; in GzipInputStream()
207 zcontext_.zfree = Z_NULL; in Init()
/external/zlib/src/contrib/ada/
Dzlib-thin.adb107 Strm.zfree := Free;
/external/chromium_org/chrome/browser/metrics/
Dcompression_utils.cc43 stream.zfree = static_cast<free_func>(0); in GzipCompressHelper()
/external/qemu/
Dloader.c385 static void zfree(void *x, void *addr) in zfree() function
433 s.zfree = zfree; in gunzip()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc53 zcontext_.zfree = Z_NULL; in GzipInputStream()
213 zcontext_.zfree = Z_NULL; in Init()
/external/zlib/src/contrib/infback9/
Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
609 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs45 uint zfree; field
/external/chromium_org/third_party/skia/src/core/
DSkFlate.cpp43 flateData.zfree = NULL; in doFlate()

1234