Searched refs:nfds (Results 1 – 2 of 2) sorted by relevance
119 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);138 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
1134 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) argument1143 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 7 milliseconds