HomeSort by relevance Sort by last modified time
    Searched refs:zfree (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/zlib/src/test/
example.c 73 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;
    [all...]
  /external/chromium_org/third_party/zlib/
uncompr.c 43 stream.zfree = (free_func)0;
compress.c 43 stream.zfree = (free_func)0;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_uncompr.c 43 stream.zfree = (free_func)0;
fx_zlib_compress.c 43 stream.zfree = (free_func)0;
  /external/qemu/distrib/zlib-1.2.8/
uncompr.c 43 stream.zfree = (free_func)0;
compress.c 43 stream.zfree = (free_func)0;
  /external/zlib/src/
uncompr.c 43 stream.zfree = (free_func)0;
compress.c 43 stream.zfree = (free_func)0;
  /external/chromium_org/components/metrics/
compression_utils.cc 45 stream.zfree = static_cast<free_func>(0);
94 stream.zfree = static_cast<free_func>(0);
  /external/zlib/src/examples/
fitblk.c 149 def.zfree = Z_NULL;
181 inf.zfree = Z_NULL;
zpipe.c 46 strm.zfree = Z_NULL;
102 strm.zfree = Z_NULL;
  /external/freetype/src/gzip/
zlib.h 81 free_func zfree; /* used to free the internal state */ member in struct:z_stream_s
82 voidpf opaque; /* private data object passed to zalloc and zfree */
94 has dropped to zero. The application must initialize zalloc, zfree and
99 parameter for calls of zalloc and zfree. This can be useful for custom
104 If zlib is used in a multi-threaded application, zalloc and zfree must be
107 On 16-bit systems, the functions zalloc and zfree must be able to allocate
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller.
180 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
inflate.c 71 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 ZFREE(z, z->state);
101 if (z->zfree == Z_NULL) z->zfree = zcfree;
ftgzip.c 63 #define MY_ZCALLOC /* prevent all zcalloc() & zfree() in zutils.c */
302 zstream->zfree = (free_func) ft_gzip_free;
327 zstream->zfree = NULL;
712 stream.zfree = (free_func) ft_gzip_free;
  /libcore/luni/src/main/native/
ZipUtilities.cpp 38 stream.zfree = Z_NULL;
  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 43 flateData.zfree = NULL;
  /external/skia/src/core/
SkFlate.cpp 43 flateData.zfree = NULL;
  /external/zlib/src/contrib/pascal/
example.pas 192 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;
  /bootable/recovery/applypatch/
imgpatch.c 143 strm.zfree = Z_NULL;
204 strm.zfree = Z_NULL;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 53 zcontext_.zfree = Z_NULL;
213 zcontext_.zfree = Z_NULL;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 53 zcontext_.zfree = Z_NULL;
207 zcontext_.zfree = Z_NULL;
  /system/extras/tests/bionic/libc/other/
test_zlib.c 55 strm.zfree = Z_NULL;
103 strm.zfree = Z_NULL;
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 149 state->istream.zfree = zlib_zfree;
161 state->ostream.zfree = zlib_zfree;
321 stream.zfree = (free_func)0;
493 ctx->zin.zfree = Z_NULL;
499 ctx->zout.zfree = Z_NULL;
  /external/openssl/crypto/comp/
c_zlib.c 149 state->istream.zfree = zlib_zfree;
161 state->ostream.zfree = zlib_zfree;
321 stream.zfree = (free_func)0;
493 ctx->zin.zfree = Z_NULL;
499 ctx->zout.zfree = Z_NULL;

Completed in 465 milliseconds

1 2 3 4 5 6 7