Searched refs:APR_POLLPRI (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_poll.h50 #define APR_POLLPRI 0x002 /**< Priority data available */ macro
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dport.c35 if (event & APR_POLLPRI)
51 rv |= APR_POLLPRI;
H A Dselect.c120 (APR_POLLPRI | APR_POLLERR | APR_POLLHUP | APR_POLLNVAL)) {
284 (APR_POLLPRI | APR_POLLERR | APR_POLLHUP | APR_POLLNVAL)) {
H A Depoll.c34 if (event & APR_POLLPRI)
50 rv |= APR_POLLPRI;
H A Dpoll.c38 if (event & APR_POLLPRI)
54 rv |= APR_POLLPRI;
H A Dz_asio.c206 if (event & APR_POLLPRI)
230 rv |= APR_POLLPRI;

Completed in 74 milliseconds