HomeSort by relevance Sort by last modified time
    Searched refs:png_debug_free (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngtest.c 524 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);
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 524 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);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 516 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);
    [all...]

Completed in 91 milliseconds