Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dnetwork.c1147 if (ufds[i].fd > max_fd)
1148 max_fd = ufds[i].fd;
1159 PHP_SAFE_FD_SET(ufds[i].fd, &rset);
1161 if (ufds[i].events & POLLOUT) {
1162 PHP_SAFE_FD_SET(ufds[i].fd, &wset);
1164 if (ufds[i].events & POLLPRI) {
1165 PHP_SAFE_FD_SET(ufds[i].fd, &eset);
1183 ufds[i].revents = 0;
1187 ufds[i].revents |= POLLIN;
1190 ufds[i].revents |= POLLOUT;
[all …]
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

Completed in 11 milliseconds