Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_io.h29 PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo);
H A Dphpdbg_sigio_win32.c34 (void)phpdbg_consume_bytes(swd->fd, &sig, 1, -1); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_io.c96 PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo) { function
181 return phpdbg_consume_bytes(sock, ptr, len, tmo);

Completed in 17 milliseconds