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

123

/external/zlib/src/test/
H A 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;
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c45 stream.zfree = (free_func)0;
H A Dcompress.c43 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))
/external/zlib/src/
H A Duncompr.c43 stream.zfree = (free_func)0;
H A Dcompress.c43 stream.zfree = (free_func)0;
H A Dinfback.c22 strm provides memory allocation functions in zalloc and zfree, or
52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzutil.h245 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/external/zlib/src/examples/
H A Dfitblk.c149 def.zfree = Z_NULL;
181 inf.zfree = Z_NULL;
H A Dzpipe.c46 strm.zfree = Z_NULL;
102 strm.zfree = Z_NULL;
H A Dzran.c151 strm.zfree = Z_NULL;
265 strm.zfree = Z_NULL;
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs45 uint zfree; field in struct:DotZLib.ZStream
/external/skia/legacy/src/core/
H A DSkFlate.cpp39 flateData.zfree = NULL;
/external/skia/src/core/
H A DSkFlate.cpp43 flateData.zfree = NULL;
/external/zlib/src/contrib/pascal/
H A 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;
H A Dzlibpas.pas41 zfree: free_func; (* used to free the internal state *)
42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc53 zcontext_.zfree = Z_NULL;
207 zcontext_.zfree = Z_NULL;
/external/openssl/crypto/comp/
H A Dc_zlib.c149 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/qemu/
H A Dloader.c385 static void zfree(void *x, void *addr) function
433 s.zfree = zfree;
/external/zlib/src/contrib/delphi/
H A DZLib.pas36 zfree: TFree; // used to free the internal state
37 AppData: Pointer; // private data object passed to zalloc and zfree
294 strm.zfree := zlibFreeMem;
333 strm.zfree := zlibFreeMem;
373 strm.zfree := zlibFreeMem;
395 FZRec.zfree := zlibFreeMem;
/external/zlib/src/contrib/infback9/
H A Dinfback9.c14 strm provides memory allocation functions in zalloc and zfree, or
37 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/
H A Dzutil.h245 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/external/dropbear/
H A Dcommon-kex.c347 ses.newkeys->recv_zstream->zfree = Z_NULL;
359 ses.newkeys->trans_zstream->zfree = Z_NULL;
/external/libppp/src/
H A Ddeflate.c498 state->cx.zfree = NULL;
521 state->cx.zfree = NULL;

Completed in 1270 milliseconds

123