/external/zlib/src/test/ |
D | example.c | 72 static alloc_func zalloc = myalloc; variable 77 static alloc_func zalloc = (alloc_func)0; variable 208 c_stream.zalloc = zalloc; 247 d_stream.zalloc = zalloc; 286 c_stream.zalloc = zalloc; 343 d_stream.zalloc = zalloc; 383 c_stream.zalloc = zalloc; 422 d_stream.zalloc = zalloc; 464 c_stream.zalloc = zalloc; 503 d_stream.zalloc = zalloc;
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 191 c_stream.zalloc := NIL; 236 d_stream.zalloc := NIL; 277 c_stream.zalloc := NIL; 331 d_stream.zalloc := NIL; 375 c_stream.zalloc := NIL; 414 d_stream.zalloc := NIL; 454 c_stream.zalloc := NIL; 491 d_stream.zalloc := NIL;
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 35 zalloc: TAlloc; // used to allocate the internal state 293 strm.zalloc := zlibAllocMem; 332 strm.zalloc := zlibAllocMem; 372 strm.zalloc := zlibAllocMem; 394 FZRec.zalloc := zlibAllocMem;
|
/external/zlib/src/examples/ |
D | zpipe.c | 45 strm.zalloc = Z_NULL; in def() 101 strm.zalloc = Z_NULL; in inf()
|
D | fitblk.c | 148 def.zalloc = Z_NULL; in main() 180 inf.zalloc = Z_NULL; in main()
|
D | zran.c | 155 strm.zalloc = Z_NULL; in build_index() 269 strm.zalloc = Z_NULL; in extract()
|
/external/libmicrohttpd/src/microspdy/ |
D | compression.c | 219 strm->zalloc = Z_NULL; in SPDYF_zlib_deflate_init() 324 strm->zalloc = Z_NULL; in SPDYF_zlib_inflate_init()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 176 Thread* thread = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) ); in mk_Thread() 200 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) ); in mk_LockN() 278 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) ); in lockN_acquire_writer() 332 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) ); in lockN_acquire_reader() 609 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) ); in initialise_data_structures() 613 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures() 617 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free), in initialise_data_structures() 628 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)", in initialise_data_structures() 2269 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT() 2282 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); in map_cond_to_CVInfo_lookup_or_alloc() [all …]
|
D | hg_basics.h | 42 void* HG_(zalloc) ( const HChar* cc, SizeT n );
|
D | hg_basics.c | 45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) in HG_() argument
|
/external/pdfium/third_party/zlib_v128/ |
D | uncompr.c | 42 stream.zalloc = (alloc_func)0; in uncompress()
|
D | compress.c | 42 stream.zalloc = (alloc_func)0; in compress2()
|
/external/zlib/src/ |
D | uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
D | compress.c | 42 stream.zalloc = (alloc_func)0;
|
/external/opencv3/3rdparty/zlib/ |
D | uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
D | compress.c | 42 stream.zalloc = (alloc_func)0;
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 52 zcontext_.zalloc = Z_NULL; in GzipInputStream() 212 zcontext_.zalloc = Z_NULL; in Init()
|
/external/freetype/src/gzip/ |
D | ftgzip.c | 300 zstream->zalloc = (alloc_func)ft_gzip_alloc; in ft_gzip_file_init() 325 zstream->zalloc = NULL; in ft_gzip_file_done() 723 stream.zalloc = (alloc_func)ft_gzip_alloc; in FT_Gzip_Uncompress()
|
D | inflate.c | 96 if (z->zalloc == Z_NULL) in inflateInit2_() 98 z->zalloc = zcalloc; in inflateInit2_()
|
D | zlib.h | 80 alloc_func zalloc; /* used to allocate the internal state */ member
|
D | zutil.h | 211 (*((strm)->zalloc))((strm)->opaque, (items), (size))
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.adb | 106 Strm.zalloc := Alloc;
|
/external/curl/lib/ |
D | content_encoding.c | 177 z->zalloc = (alloc_func)zalloc_cb; in Curl_unencode_deflate_write() 287 z->zalloc = (alloc_func)zalloc_cb; in Curl_unencode_gzip_write()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 44 uint zalloc; field
|
/external/skia/src/pdf/ |
D | SkDeflate.cpp | 78 fImpl->fZStream.zalloc = &skia_alloc_func; in SkDeflateWStream()
|