Lines Matching refs:PRINTF_DEBUG

42 # define PRINTF_DEBUG(arg) php_printf arg
44 # define PRINTF_DEBUG(arg) macro
55PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchar()
58 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
70PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchars()
76 PRINTF_DEBUG(("sprintf: appending \"%s\", pos=\n", add, *pos)); in php_sprintf_appendchars()
96 PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n", in php_sprintf_appendstring()
114 PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", size)); in php_sprintf_appendstring()
128 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
149 PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appendint()
175 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", in php_sprintf_appendint()
193 PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appenduint()
209 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i)); in php_sprintf_appenduint()
235 PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n", in php_sprintf_appenddouble()
333 PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n", in php_sprintf_append2n()
336 PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits)); in php_sprintf_append2n()
366 PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i)); in php_sprintf_getnumber()
467 PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n", in php_formatted_print()
480 PRINTF_DEBUG(("sprintf: looking for modifiers\n" in php_formatted_print()
501 PRINTF_DEBUG(("sprintf: end of modifiers\n")); in php_formatted_print()
505 PRINTF_DEBUG(("sprintf: padding='%c'\n", padding)); in php_formatted_print()
506 PRINTF_DEBUG(("sprintf: alignment=%s\n", in php_formatted_print()
539 PRINTF_DEBUG(("sprintf: getting width\n")); in php_formatted_print()
548 PRINTF_DEBUG(("sprintf: width=%d\n", width)); in php_formatted_print()
554 PRINTF_DEBUG(("sprintf: getting precision\n")); in php_formatted_print()
596 PRINTF_DEBUG(("sprintf: precision=%d\n", precision)); in php_formatted_print()
603 PRINTF_DEBUG(("sprintf: format character='%c'\n", *format)); in php_formatted_print()