Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 25 of 82) 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/python/cpython2/Modules/zlib/
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;
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)
Dcompress.c38 stream.zfree = (free_func)0;
Duncompr.c52 stream.zfree = (free_func)0;
/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/u-boot/lib/
Dgzip.c33 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
65 s.zfree = zfree; in zzip()
Dgunzip.c195 s.zfree = gzfree; in gzwrite()
283 s.zfree = gzfree; in zunzip()
/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/freetype/src/gzip/
Dinflate.c71 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL) in inflateEnd()
101 if (z->zfree == Z_NULL) z->zfree = zcfree; in inflateInit2_()
Dftgzip.c309 zstream->zfree = (free_func) ft_gzip_free; in ft_gzip_file_init()
334 zstream->zfree = NULL; in ft_gzip_file_done()
746 stream.zfree = (free_func) ft_gzip_free; in FT_Gzip_Uncompress()
Dzlib.h81 free_func zfree; /* used to free the internal state */ member
/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/libtextclassifier/utils/zlib/
Dzlib.cc37 stream_.zfree = Z_NULL; in ZlibDecompressor()
128 stream_.zfree = Z_NULL; in ZlibCompressor()
/external/grpc-grpc/src/core/lib/compression/
Dmessage_compress.cc98 zs.zfree = zfree_gpr; in zlib_compress()
123 zs.zfree = zfree_gpr; in zlib_decompress()
/external/u-boot/fs/cramfs/
Duncompress.c60 stream.zfree = gzfree; in cramfs_uncompress_init()
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc54 zcontext_.zfree = Z_NULL; in GzipInputStream()
219 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/
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)
Dcompress.c38 stream.zfree = (free_func)0;
Duncompr.c52 stream.zfree = (free_func)0;
/external/zlib/src/contrib/ada/
Dzlib-thin.adb107 Strm.zfree := Free;
/external/u-boot/lib/zlib/
Dzutil.h123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0)

1234