Searched defs:png_debug_free (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngtest.c524 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
557 NULL, png_debug_malloc, png_debug_free);
582 png_debug_free(png_structp png_ptr, png_voidp ptr) function
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
908 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
920 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
/external/skia/third_party/libpng/
H A Dpngtest.c524 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
557 NULL, png_debug_malloc, png_debug_free);
582 png_debug_free(png_structp png_ptr, png_voidp ptr) function
585 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
907 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
919 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
/external/syslinux/com32/lib/libpng/
H A Dpngtest.c516 void png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
547 (png_free_ptr)png_debug_free);
568 png_debug_free(png_structp png_ptr, png_voidp ptr) function
571 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
750 (png_malloc_ptr)png_debug_malloc, (png_free_ptr)png_debug_free);
775 (png_malloc_ptr)png_debug_malloc, (png_free_ptr)png_debug_free);

Completed in 41 milliseconds