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

1 2 3 4 5 6 7

  /external/zlib/src/test/
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;
    [all...]
  /external/opencv3/3rdparty/zlib/
uncompr.c 42 stream.zalloc = (alloc_func)0;
compress.c 42 stream.zalloc = (alloc_func)0;
  /external/pdfium/third_party/zlib_v128/
uncompr.c 42 stream.zalloc = (alloc_func)0;
compress.c 42 stream.zalloc = (alloc_func)0;
  /external/valgrind/helgrind/
hg_basics.c 45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) function
hg_basics.h 42 void* HG_(zalloc) ( const HChar* cc, SizeT n );
  /external/zlib/src/
uncompr.c 42 stream.zalloc = (alloc_func)0;
compress.c 42 stream.zalloc = (alloc_func)0;
  /toolchain/binutils/binutils-2.25/gas/
compress-debug.c 40 strm.zalloc = NULL;
  /external/zlib/src/examples/
fitblk.c 148 def.zalloc = Z_NULL;
180 inf.zalloc = Z_NULL;
zpipe.c 45 strm.zalloc = Z_NULL;
101 strm.zalloc = Z_NULL;
  /external/freetype/src/gzip/
zlib.h 80 alloc_func zalloc; /* used to allocate 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
103 zalloc must return Z_NULL if there is not enough memory for the object.
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
110 pointers returned by zalloc for objects of exactly 65536 bytes *must*
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller
    [all...]
inflate.c 96 if (z->zalloc == Z_NULL)
98 z->zalloc = zcalloc;
103 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
ftgzip.c 300 zstream->zalloc = (alloc_func)ft_gzip_alloc;
325 zstream->zalloc = NULL;
737 stream.zalloc = (alloc_func)ft_gzip_alloc;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zlib.h 80 alloc_func zalloc; /* used to allocate 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
103 zalloc must return Z_NULL if there is not enough memory for the object.
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
110 pointers returned by zalloc for objects of exactly 65536 bytes *must*
164 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
179 zalloc, zfree and opaque must be initialized before by the caller
    [all...]
inflate.c 96 if (z->zalloc == Z_NULL)
98 z->zalloc = zcalloc;
103 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
ftgzip.c 300 zstream->zalloc = (alloc_func)ft_gzip_alloc;
325 zstream->zalloc = NULL;
737 stream.zalloc = (alloc_func)ft_gzip_alloc;
  /libcore/luni/src/main/native/
ZipUtilities.cpp 38 stream.zalloc = Z_NULL;
  /external/skia/src/pdf/
SkDeflate.cpp 78 fImpl->fZStream.zalloc = &skia_alloc_func;
  /external/zlib/src/contrib/pascal/
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;
  /toolchain/binutils/binutils-2.25/gold/
compressed_output.cc 101 strm.zalloc = NULL;
  /bootable/recovery/applypatch/
imgpatch.cpp 159 strm.zalloc = Z_NULL;
217 strm.zalloc = Z_NULL;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 52 zcontext_.zalloc = Z_NULL;
212 zcontext_.zalloc = Z_NULL;
  /external/zlib/src/contrib/delphi/
ZLib.pas 35 zalloc: TAlloc; // used to allocate the internal state
37 AppData: Pointer; // private data object passed to zalloc and zfree
293 strm.zalloc := zlibAllocMem;
332 strm.zalloc := zlibAllocMem;
372 strm.zalloc := zlibAllocMem;
394 FZRec.zalloc := zlibAllocMem;

Completed in 1151 milliseconds

1 2 3 4 5 6 7