Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_network.h119 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
138 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
H A Dnetwork.c1134 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) argument
1143 for (i = 0; i < nfds; i++) {
1148 PHP_SAFE_MAX_FD(max_fd, nfds + 1);
1154 for (i = 0; i < nfds; i++) {
1179 for (i = 0; i < nfds; i++) {

Completed in 10 milliseconds