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