Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_network.h125 # define POLLERR 0x0008 /* Error condition */ macro
135 #define PHP_POLLREADABLE (POLLIN|POLLERR|POLLHUP)
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch105 + 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 10 milliseconds