Lines Matching refs:p1
2701 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
2704 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2) argument
2726 # define png_debug1(l,m,p1) \ argument
2730 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1); \
2734 # define png_debug2(l,m,p1,p2) \ argument
2738 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2); \
2754 # define png_debug1(l,m,p1) \ argument
2761 fprintf(PNG_DEBUG_FILE,format,p1); \
2765 # define png_debug2(l,m,p1,p2) \ argument
2772 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
2785 #define png_debug1(l, m, p1) argument
2788 #define png_debug2(l, m, p1, p2) argument