Home
last modified time | relevance | path

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

/PHP-7.4/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.c1242 flags = fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_GETFL, 0); in phpdbg_sigio_handler()
1243 fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags | O_NONBLOCK); in phpdbg_sigio_handler()
1249 …if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (siz… in phpdbg_sigio_handler()
1284 fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags); in phpdbg_sigio_handler()
1835 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1836 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1846 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1847 PHPDBG_G(io)[PHPDBG_STDIN].fd = socket; in main()
1851 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1852 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
H A Dphpdbg.h217 #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.c756 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
782 …if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN]… in phpdbg_read_input()
H A Dphpdbg_prompt.c506 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()

Completed in 17 milliseconds