Home
last modified time | relevance | path

Searched refs:png_zalloc (Results 1 – 16 of 16) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpngread.c160 png_ptr->zstream.zalloc = png_zalloc; in png_create_read_struct_2()
322 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3()
325 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3()
DCHANGES852 Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory)
999 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1061 Revised png_zalloc() so zlib handles errors (uses PNG_FLAG_MALLOC_NULL_MEM_OK)
1072 Export (with PNGAPI) png_zalloc, png_zfree, and png_handle_as_unknown
1094 Prevent png_zalloc() from trying to memset memory that it failed to acquire.
1128 Restored png_zalloc() and png_zfree() prototypes to version 1.2.1 and
1133 Exported png_zalloc(), png_zfree(), png_default_read(), png_default_write(),
1150 Once more restored png_zalloc and png_zfree to regular nonexported form.
1154 Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c
1295 Made png_zalloc() issue a png_warning and return NULL on potential
[all …]
Dpng.c158 png_zalloc(voidpf png_ptr, uInt items, uInt size) in png_zalloc() function
Dlibpng.txt1293 or png_zalloc() and passed in via a png_set_*() function, with
1312 or png_zalloc() to allocate it.
2296 or png_zalloc() and passed in via a png_set_*() function, with
2329 or png_zalloc() to allocate it.
Dpngwutil.c520 png_ptr->zstream.zalloc = png_zalloc; in png_write_IHDR()
/external/skia/third_party/libpng/
Dpngprefix.h30 #define png_zalloc skia_png_zalloc macro
Dpng.c78 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
307 create_struct.zstream.zalloc = png_zalloc;
Dpngpriv.h963 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
Dlibpng-manual.txt4733 The png_zalloc() and png_zfree() functions are no longer exported.
4734 The png_zalloc() function no longer zeroes out the memory that it
4735 allocates. Applications that called png_zalloc(png_ptr, number, size)
/external/libpng/
Dpng.c78 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
307 create_struct.zstream.zalloc = png_zalloc;
DCHANGES934 Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory)
1106 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1176 Revised png_zalloc() so zlib handles errors (uses PNG_FLAG_MALLOC_NULL_MEM_OK)
1189 Export (with PNGAPI) png_zalloc, png_zfree, and png_handle_as_unknown
1215 Prevent png_zalloc() from trying to memset memory that it failed to acquire.
1259 Restored png_zalloc() and png_zfree() prototypes to version 1.2.1 and
1265 Exported png_zalloc(), png_zfree(), png_default_read(), png_default_write(),
1286 Once more restored png_zalloc and png_zfree to regular nonexported form.
1292 Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c
1447 Made png_zalloc() issue a png_warning and return NULL on potential
[all …]
Dpngpriv.h992 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
Dlibpng-manual.txt4738 The png_zalloc() and png_zfree() functions are no longer exported.
4739 The png_zalloc() function no longer zeroes out the memory that it
4740 allocates. Applications that called png_zalloc(png_ptr, number, size)
/external/pdfium/third_party/libpng16/
Dpng.c78 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
307 create_struct.zstream.zalloc = png_zalloc;
Dpngpriv.h963 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
/external/syslinux/com32/include/
Dpng.h2149 extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items,
3141 PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items,