Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_network.h129 # define POLLNVAL 0x0020 /* Invalid request: fd not open */ macro
/PHP-5.5/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 …se FDW_WRITE: return pollfds[poll_fdidx[fd]].revents & ( POLLOUT | POLLERR | POLLHUP | POLLNVAL );

Completed in 9 milliseconds