Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_debug

395   Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
429 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).
774 Revised pngset.c to avoid a problem with expanding the png_debug macro.
854 Revised png_debug() macros and statements to eliminate compiler warnings.
1017 Changed a png_warning() to png_debug() in pnggccrd.c
1350 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
2287 Merged with png_debug from libpng-1.4.0 to remove newlines.
2290 More merging with png_debug from libpng-1.4.0 to remove newlines.
2333 Revised order of #ifdef's and indentation in png_debug definitions of png.h
2463 Removed an extra png_debug() recently added to png_write_find_filter().