io                 37 ext/fileinfo/libmagic/apptype.c #include <io.h>
io                339 ext/xmlrpc/libxmlrpc/xmlrpc.c       if(request->io && bFreeIO) {
io                340 ext/xmlrpc/libxmlrpc/xmlrpc.c          XMLRPC_CleanupValue(request->io);
io                482 ext/xmlrpc/libxmlrpc/xmlrpc.c 		if (request->io) {
io                483 ext/xmlrpc/libxmlrpc/xmlrpc.c 			XMLRPC_CleanupValue (request->io);
io                485 ext/xmlrpc/libxmlrpc/xmlrpc.c       request->io = XMLRPC_CopyValue(data);
io                486 ext/xmlrpc/libxmlrpc/xmlrpc.c       return request->io;
io                513 ext/xmlrpc/libxmlrpc/xmlrpc.c    return request ? request->io : NULL;
io                750 ext/xmlrpc/libxmlrpc/xmlrpc.c       xResponse = req->io;
io                114 ext/xmlrpc/libxmlrpc/xmlrpc_private.h    XMLRPC_VALUE                         io;           /* data associated with this request */
io                 99 sapi/phpdbg/phpdbg.c 	memset(pg->io, 0, sizeof(pg->io));
io                923 sapi/phpdbg/phpdbg.c 			phpdbg_script_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, P_STDERR, "%.*s", (int) count, buf);
io                935 sapi/phpdbg/phpdbg.c 		fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr);
io               1187 sapi/phpdbg/phpdbg.c 	flags = fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_GETFL, 0);
io               1188 sapi/phpdbg/phpdbg.c 	fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags | O_NONBLOCK);
io               1194 sapi/phpdbg/phpdbg.c 		if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (size_t) -1) {
io               1229 sapi/phpdbg/phpdbg.c 	fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags);
io               1510 sapi/phpdbg/phpdbg.c 				PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
io               1511 sapi/phpdbg/phpdbg.c 				PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout);
io               1729 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin;
io               1730 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin);
io               1731 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
io               1732 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout);
io               1740 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin;
io               1741 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].fd = socket;
io               1742 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
io               1743 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].fd = socket;
io               1745 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin;
io               1746 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin);
io               1747 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout;
io               1748 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout);
io               1751 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDERR].ptr = stderr;
io               1752 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDERR].fd = fileno(stderr);
io               1828 sapi/phpdbg/phpdbg.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file specified or compilation failed?\n"));
io                282 sapi/phpdbg/phpdbg.h 	} io[PHPDBG_IO_FDS];                         /* io */
io                750 sapi/phpdbg/phpdbg_cmd.c 			fflush(PHPDBG_G(io)[PHPDBG_STDOUT].ptr);
io                757 sapi/phpdbg/phpdbg_cmd.c 			if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd))
io                783 sapi/phpdbg/phpdbg_cmd.c 		if (!buffered && cmd &&	!(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) {
io                 88 sapi/phpdbg/phpdbg_io.c 	} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len, -1)) > 0);
io                152 sapi/phpdbg/phpdbg_io.c 			quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n"));
io                230 sapi/phpdbg/phpdbg_io.c 	 && PHPDBG_G(io)[PHPDBG_STDOUT].fd == sock
io                308 sapi/phpdbg/phpdbg_io.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
io                318 sapi/phpdbg/phpdbg_io.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
io                333 sapi/phpdbg/phpdbg_io.c 			quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, buf, strlen(buf));
io                 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__)
io                 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__)
io                 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__)
io                 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__)
io                 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__)
io                 48 sapi/phpdbg/phpdbg_out.h #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
io                 49 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
io                 50 sapi/phpdbg/phpdbg_out.h #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
io                 71 sapi/phpdbg/phpdbg_out.h #	define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)
io                 73 sapi/phpdbg/phpdbg_sigio_win32.c 	PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd;
io                 16 sapi/phpdbg/phpdbg_sigsafe.c 	quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(PHPDBG_SIGSAFE_MEM_SIZE) " bytes from stack memory in signal handler ... bailing out of signal handler\n"));
io                 22 sapi/phpdbg/phpdbg_sigsafe.c 	quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address in signal handler!\n"));