Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dpng32ce.def213 png_zalloc @180
216 ; png_zalloc @195
Dpngw32.def220 ; png_zalloc @195
Dpngos2.def202 ; png_zalloc
/external/libpng/
Dpngread.c160 png_ptr->zstream.zalloc = png_zalloc; in png_create_read_struct_2()
326 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3()
329 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
Dpng.h2226 extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items,
3218 PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items,
Dpngwutil.c520 png_ptr->zstream.zalloc = png_zalloc; in png_write_IHDR()
Dlibpng-1.2.46.txt1419 or png_zalloc() and passed in via a png_set_*() function, with
1438 or png_zalloc() to allocate it.
2447 or png_zalloc() and passed in via a png_set_*() function, with
2480 or png_zalloc() to allocate it.
Dlibpng-1.2.44.txt1419 or png_zalloc() and passed in via a png_set_*() function, with
1438 or png_zalloc() to allocate it.
2447 or png_zalloc() and passed in via a png_set_*() function, with
2480 or png_zalloc() to allocate it.
/external/qemu/distrib/libpng-1.2.19/
Dpngread.c142 png_ptr->zstream.zalloc = png_zalloc; in png_create_read_struct_2()
296 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3()
Dpng.c154 png_zalloc(voidpf png_ptr, uInt items, uInt size) in png_zalloc() function
Dpng.h2009 extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items,
2931 PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items, uInt size));
Dpngwutil.c500 png_ptr->zstream.zalloc = png_zalloc; in png_write_IHDR()