Searched refs:POLLERR (Results 1 – 2 of 2) sorted by relevance
125 # define POLLERR 0x0008 /* Error condition */ macro135 #define PHP_POLLREADABLE (POLLIN|POLLERR|POLLHUP)
105 + if ( pollfds[i].revents & ( POLLIN | POLLOUT | POLLERR | POLLHUP | POLLNVAL ) )115 + case FDW_READ: return pollfds[poll_fdidx[fd]].revents & ( POLLIN | POLLERR | POLLHUP | POLLNVAL );116 + case FDW_WRITE: return pollfds[poll_fdidx[fd]].revents & ( POLLOUT | POLLERR | POLLHUP | POLLNVA…
Completed in 7 milliseconds