Searched refs:APR_POLLOUT (Results 1 – 10 of 10) sorted by relevance
35 rv |= APR_POLLOUT; in get_kqueue_revent()178 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) { in impl_pollset_add()225 if (descriptor->reqevents & APR_POLLOUT) { in impl_pollset_remove()396 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) { in impl_pollcb_add()430 if (descriptor->reqevents & APR_POLLOUT) { in impl_pollcb_remove()
116 if (aprset[i].reqevents & APR_POLLOUT) { in apr_poll()170 aprset[i].rtnevents |= APR_POLLOUT; in apr_poll()280 if (descriptor->reqevents & APR_POLLOUT) { in impl_pollset_add()424 pollset->p->result_set[j].rtnevents |= APR_POLLOUT; in impl_pollset_poll()
40 if (event & APR_POLLOUT) in get_event()56 rv |= APR_POLLOUT; in get_revent()
36 if (event & APR_POLLOUT) in get_epoll_event()52 rv |= APR_POLLOUT; in get_epoll_revent()
37 if (event & APR_POLLOUT) in get_event()53 rv |= APR_POLLOUT; in get_revent()
208 if (event & APR_POLLOUT) in get_event()232 rv |= APR_POLLOUT; in get_revent()
71 int type = for_read ? APR_POLLIN : APR_POLLOUT; in apr_wait_for_io_or_timeout()
51 #define APR_POLLOUT 0x004 /**< Can write without blocking */ macro
58 if ((events & APR_POLLOUT) != 0) { in serf__process_client()
172 desc.reqevents |= APR_POLLOUT; in serf__conn_update_pollset()183 desc.reqevents |= APR_POLLOUT; in serf__conn_update_pollset()1326 if ((events & APR_POLLOUT) != 0) { in serf__process_connection()