Lines Matching refs:PRINTF_DEBUG

48 # define PRINTF_DEBUG(arg) php_printf arg
50 # define PRINTF_DEBUG(arg) macro
62PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(TSRMLS_C), *size)… in php_sprintf_appendchar()
65 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
88 PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n", in php_sprintf_appendstring()
105 PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", *size)); in php_sprintf_appendstring()
119 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
140 PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appendint()
166 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", in php_sprintf_appendint()
184 PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appenduint()
200 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i)); in php_sprintf_appenduint()
223 PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n", in php_sprintf_appenddouble()
308 PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n", in php_sprintf_append2n()
311 PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits)); in php_sprintf_append2n()
339 PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i)); in php_sprintf_getnumber()
430 PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos])); in php_formatted_print()
431 PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos)); in php_formatted_print()
445 PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n", in php_formatted_print()
470 PRINTF_DEBUG(("sprintf: looking for modifiers\n" in php_formatted_print()
484 PRINTF_DEBUG(("sprintf: end of modifiers\n")); in php_formatted_print()
488 PRINTF_DEBUG(("sprintf: padding='%c'\n", padding)); in php_formatted_print()
489 PRINTF_DEBUG(("sprintf: alignment=%s\n", in php_formatted_print()
495 PRINTF_DEBUG(("sprintf: getting width\n")); in php_formatted_print()
506 PRINTF_DEBUG(("sprintf: width=%d\n", width)); in php_formatted_print()
511 PRINTF_DEBUG(("sprintf: getting precision\n")); in php_formatted_print()
527 PRINTF_DEBUG(("sprintf: precision=%d\n", precision)); in php_formatted_print()
543 PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos])); in php_formatted_print()