Lines Matching refs:PRINTF_DEBUG

45 # define PRINTF_DEBUG(arg) php_printf arg
47 # define PRINTF_DEBUG(arg) macro
59PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(TSRMLS_C), *size)… in php_sprintf_appendchar()
62 PRINTF_DEBUG(("sprintf: appending '%c', pos=\n", add, *pos)); in php_sprintf_appendchar()
85 PRINTF_DEBUG(("sprintf: appendstring(%x, %d, %d, \"%s\", %d, '%c', %d)\n", in php_sprintf_appendstring()
102 PRINTF_DEBUG(("sprintf ereallocing buffer to %d bytes\n", *size)); in php_sprintf_appendstring()
116 PRINTF_DEBUG(("sprintf: appending \"%s\"\n", add)); in php_sprintf_appendstring()
137 PRINTF_DEBUG(("sprintf: appendint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appendint()
163 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", in php_sprintf_appendint()
181 PRINTF_DEBUG(("sprintf: appenduint(%x, %x, %x, %d, %d, '%c', %d)\n", in php_sprintf_appenduint()
197 PRINTF_DEBUG(("sprintf: appending %d as \"%s\", i=%d\n", number, &numbuf[i], i)); in php_sprintf_appenduint()
220 PRINTF_DEBUG(("sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n", in php_sprintf_appenddouble()
305 PRINTF_DEBUG(("sprintf: append2n(%x, %x, %x, %d, %d, '%c', %d, %d, %x)\n", in php_sprintf_append2n()
308 PRINTF_DEBUG(("sprintf: append2n 2^%d andbits=%x\n", n, andbits)); in php_sprintf_append2n()
336 PRINTF_DEBUG(("sprintf_getnumber: number was %d bytes long\n", i)); in php_sprintf_getnumber()
427 PRINTF_DEBUG(("sprintf: format[%d]='%c'\n", inpos, format[inpos])); in php_formatted_print()
428 PRINTF_DEBUG(("sprintf: outpos=%d\n", outpos)); in php_formatted_print()
442 PRINTF_DEBUG(("sprintf: first looking at '%c', inpos=%d\n", in php_formatted_print()
467 PRINTF_DEBUG(("sprintf: looking for modifiers\n" in php_formatted_print()
481 PRINTF_DEBUG(("sprintf: end of modifiers\n")); in php_formatted_print()
485 PRINTF_DEBUG(("sprintf: padding='%c'\n", padding)); in php_formatted_print()
486 PRINTF_DEBUG(("sprintf: alignment=%s\n", in php_formatted_print()
492 PRINTF_DEBUG(("sprintf: getting width\n")); in php_formatted_print()
503 PRINTF_DEBUG(("sprintf: width=%d\n", width)); in php_formatted_print()
508 PRINTF_DEBUG(("sprintf: getting precision\n")); in php_formatted_print()
524 PRINTF_DEBUG(("sprintf: precision=%d\n", precision)); in php_formatted_print()
540 PRINTF_DEBUG(("sprintf: format character='%c'\n", format[inpos])); in php_formatted_print()