Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c71 PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd; in sigio_watcher_start()
H A Dphpdbg.c1179 flags = fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_GETFL, 0); in phpdbg_sigio_handler()
1180 fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags | O_NONBLOCK); in phpdbg_sigio_handler()
1186 …if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (siz… in phpdbg_sigio_handler()
1221 fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags); in phpdbg_sigio_handler()
1775 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1776 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1786 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1787 PHPDBG_G(io)[PHPDBG_STDIN].fd = socket; in main()
1791 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1792 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
H A Dphpdbg.h215 #define PHPDBG_STDIN 0 macro
H A Dphpdbg_io.c86 …} 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.c753 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
H A Dphpdbg_prompt.c503 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()

Completed in 27 milliseconds