Searched refs:PNG_DEBUG (Results 1 – 15 of 15) sorted by relevance
52 #ifdef PNG_DEBUG53 # if (PNG_DEBUG > 0)56 # if (PNG_DEBUG > 1)79 # if (PNG_DEBUG > 1)
77 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
51 #ifdef PNG_DEBUG52 # if (PNG_DEBUG > 0)55 # if (PNG_DEBUG > 1)78 # if (PNG_DEBUG > 1)
96 #ifndef PNG_DEBUG97 # define PNG_DEBUG 0 macro100 #if PNG_DEBUG > 1110 #if !PNG_DEBUG497 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG904 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()916 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()1876 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()1883 #if PNG_DEBUG > 0 in main()1908 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()[all …]
66 option(PNG_DEBUG "Build with debug output" OFF) option389 if(PNG_DEBUG)
78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
4420 The macro definition PNG_DEBUG can be used to request debugging4426 When PNG_DEBUG > 0, the following functions (macros) become available:4432 in which "level" is compared to PNG_DEBUG to decide whether to print4441 if (PNG_DEBUG > 2)4444 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you4445 can still use PNG_DEBUG to control your own debugging:4447 #ifdef PNG_DEBUG4451 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
422 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .459 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).1508 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.5237 where a long was expected, to avoid a compiler warning when PNG_DEBUG > 1.5247 Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c PNG_DEBUG builds.
95 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
415 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .452 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).1499 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
335 # unless (PNG_DEBUG > 0) has been #defined.
40 #ifndef PNG_DEBUG41 #define PNG_DEBUG 0 macro
39 #ifndef PNG_DEBUG40 #define PNG_DEBUG 0 macro