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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c605 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
638 NULL, png_debug_malloc, png_debug_free);
663 png_debug_free(png_structp png_ptr, png_voidp ptr) function
666 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
837 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
860 NULL, NULL, NULL, png_debug_malloc, png_debug_free);

Completed in 32 milliseconds