Searched refs:phpdbg_mixed_read (Results 1 – 3 of 3) sorted by relevance
33 PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo);
88 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()179 PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo) { function
506 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()
Completed in 10 milliseconds