Searched refs:phpdbg_consume_bytes (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_io.h | 29 PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo);
|
H A D | phpdbg_sigio_win32.c | 34 (void)phpdbg_consume_bytes(swd->fd, &sig, 1, -1); in ZEND_EXTERN_MODULE_GLOBALS()
|
H A D | phpdbg_io.c | 96 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 5 milliseconds