Searched refs:PHPDBG_STDIN (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_sigio_win32.c | 71 PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd; in sigio_watcher_start()
|
H A D | phpdbg.c | 1179 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 D | phpdbg.h | 215 #define PHPDBG_STDIN 0 macro
|
H A D | phpdbg_io.c | 86 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
|
H A D | phpdbg_cmd.c | 753 if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) in phpdbg_read_input()
|
H A D | phpdbg_prompt.c | 503 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
|
Completed in 21 milliseconds