Home
last modified time | relevance | path

Searched refs:phpdbg_consume_bytes (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.h31 PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo);
H A Dphpdbg_sigio_win32.c36 (void)phpdbg_consume_bytes(swd->fd, &sig, 1, -1); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_io.c98 PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo) { function
183 return phpdbg_consume_bytes(sock, ptr, len, tmo);

Completed in 10 milliseconds