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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngtest.c472 void png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
502 NULL, png_debug_malloc, png_debug_free);
523 png_debug_free(png_structp png_ptr, png_voidp ptr) function
526 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
690 (png_malloc_ptr)png_debug_malloc, (png_free_ptr)png_debug_free);
713 NULL, NULL, NULL, png_debug_malloc, png_debug_free);

Completed in 71 milliseconds