Searched refs:APR_POLLNVAL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_poll.h54 #define APR_POLLNVAL 0x040 /**< Descriptor invalid */ macro
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dselect.c120 (APR_POLLPRI | APR_POLLERR | APR_POLLHUP | APR_POLLNVAL)) {
284 (APR_POLLPRI | APR_POLLERR | APR_POLLHUP | APR_POLLNVAL)) {
H A Dz_asio.c214 if (event & APR_POLLNVAL)
238 rv |= APR_POLLNVAL;
H A Dport.c59 rv |= APR_POLLNVAL;
H A Dpoll.c62 rv |= APR_POLLNVAL;

Completed in 65 milliseconds