Searched refs:php_poll2 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/main/ |
H A D | php_network.h | 119 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout); 138 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) macro 163 n = php_poll2(&p, 1, php_tvtoto(timeouttv)); in php_pollfd_for() 181 n = php_poll2(&p, 1, timeout); in php_pollfd_for_ms()
|
H A D | network.c | 1134 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) function
|
Completed in 8 milliseconds