Home
last modified time | relevance | path

Searched refs:PHPDBG_STDIN (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c73 PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd; in sigio_watcher_start()
H A Dphpdbg.c1219 flags = fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_GETFL, 0); in phpdbg_sigio_handler()
1220 fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags | O_NONBLOCK); in phpdbg_sigio_handler()
1226 …if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (siz… in phpdbg_sigio_handler()
1261 fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags); in phpdbg_sigio_handler()
1817 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1818 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1828 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1829 PHPDBG_G(io)[PHPDBG_STDIN].fd = socket; in main()
1833 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1834 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
H A Dphpdbg.h212 #define PHPDBG_STDIN 0 macro
H A Dphpdbg_io.c88 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_cmd.c757 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
783 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
H A Dphpdbg_prompt.c509 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()

Completed in 23 milliseconds