PHPDBG_STDOUT     935 sapi/phpdbg/phpdbg.c 		fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr);
PHPDBG_STDOUT    1510 sapi/phpdbg/phpdbg.c 				PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
PHPDBG_STDOUT    1511 sapi/phpdbg/phpdbg.c 				PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout);
PHPDBG_STDOUT    1731 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
PHPDBG_STDOUT    1732 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout);
PHPDBG_STDOUT    1742 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
PHPDBG_STDOUT    1743 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket;
PHPDBG_STDOUT    1747 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
PHPDBG_STDOUT    1748 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout);
PHPDBG_STDOUT     750 sapi/phpdbg/phpdbg_cmd.c 			fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr);
PHPDBG_STDOUT     230 sapi/phpdbg/phpdbg_io.c 	 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock
PHPDBG_STDOUT      43 sapi/phpdbg/phpdbg_out.h #define phpdbg_error(tag, xmlfmt, strfmt, ...)              phpdbg_print(P_ERROR  , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag,  xmlfmt, strfmt, ##__VA_ARGS__)
PHPDBG_STDOUT      44 sapi/phpdbg/phpdbg_out.h #define phpdbg_notice(tag, xmlfmt, strfmt, ...)             phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag,  xmlfmt, strfmt, ##__VA_ARGS__)
PHPDBG_STDOUT      45 sapi/phpdbg/phpdbg_out.h #define phpdbg_writeln(tag, xmlfmt, strfmt, ...)            phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag,  xmlfmt, strfmt, ##__VA_ARGS__)
PHPDBG_STDOUT      46 sapi/phpdbg/phpdbg_out.h #define phpdbg_write(tag, xmlfmt, strfmt, ...)              phpdbg_print(P_WRITE  , PHPDBG_G(io)[PHPDBG_STDOUT].fd, tag,  xmlfmt, strfmt, ##__VA_ARGS__)
PHPDBG_STDOUT      47 sapi/phpdbg/phpdbg_out.h #define phpdbg_script(type, fmt, ...)                       phpdbg_print(type     , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NULL,   fmt,    ##__VA_ARGS__)
PHPDBG_STDOUT      48 sapi/phpdbg/phpdbg_out.h #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
PHPDBG_STDOUT      49 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
PHPDBG_STDOUT      50 sapi/phpdbg/phpdbg_out.h #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)