Searched refs:APR_POLLERR (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/apr/poll/unix/
H A Dselect.c120 (APR_POLLPRI | APR_POLLERR | APR_POLLHUP | APR_POLLNVAL)) {
173 aprset[i].rtnevents |= APR_POLLERR;
284 (APR_POLLPRI | APR_POLLERR | APR_POLLHUP | APR_POLLNVAL)) {
427 pollset->p->result_set[j].rtnevents |= APR_POLLERR;
H A Dz_asio.c210 if (event & APR_POLLERR)
234 rv |= APR_POLLERR;
H A Dport.c55 rv |= APR_POLLERR;
H A Depoll.c54 rv |= APR_POLLERR;
H A Dpoll.c58 rv |= APR_POLLERR;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_poll.h52 #define APR_POLLERR 0x010 /**< Pending error */ macro
/freebsd-11-stable/contrib/serf/
H A Dincoming.c54 if ((events & APR_POLLERR) != 0) {
H A Doutgoing.c155 desc.reqevents = APR_POLLHUP | APR_POLLERR;
1278 if ((events & APR_POLLERR) != 0) {

Completed in 126 milliseconds