Home
last modified time | relevance | path

Searched refs:php_poll2 (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/
H A Dphp_network.h121 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
140 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) macro
165 n = php_poll2(&p, 1, php_tvtoto(timeouttv)); in php_pollfd_for()
183 n = php_poll2(&p, 1, timeout); in php_pollfd_for_ms()
H A Dnetwork.c1139 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) function

Completed in 22 milliseconds