Searched refs:reqevents (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/os2/
H A Dpoll.c31 num_read += (aprset[i].reqevents & APR_POLLIN) != 0;
32 num_write += (aprset[i].reqevents & APR_POLLOUT) != 0;
33 num_except += (aprset[i].reqevents & APR_POLLPRI) != 0;
47 if (aprset[i].reqevents & APR_POLLIN) {
51 if (aprset[i].reqevents & APR_POLLOUT) {
55 if (aprset[i].reqevents & APR_POLLPRI) {
84 if (aprset[i].reqevents & APR_POLLIN) {
90 if (aprset[i].reqevents & APR_POLLOUT) {
96 if (aprset[i].reqevents & APR_POLLPRI) {
H A Dpollset.c136 if (pollset->query_set[i].reqevents & APR_POLLIN) {
143 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
150 if (pollset->query_set[i].reqevents & APR_POLLPRI) {
200 if (pollset->query_set[i].reqevents & APR_POLLIN) {
206 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
212 if (pollset->query_set[i].reqevents & APR_POLLPRI) {
/macosx-10.9.5/apr-30/apr/apr/poll/os2/
H A Dpoll.c31 num_read += (aprset[i].reqevents & APR_POLLIN) != 0;
32 num_write += (aprset[i].reqevents & APR_POLLOUT) != 0;
33 num_except += (aprset[i].reqevents & APR_POLLPRI) != 0;
47 if (aprset[i].reqevents & APR_POLLIN) {
51 if (aprset[i].reqevents & APR_POLLOUT) {
55 if (aprset[i].reqevents & APR_POLLPRI) {
84 if (aprset[i].reqevents & APR_POLLIN) {
90 if (aprset[i].reqevents & APR_POLLOUT) {
96 if (aprset[i].reqevents & APR_POLLPRI) {
H A Dpollset.c136 if (pollset->query_set[i].reqevents & APR_POLLIN) {
143 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
150 if (pollset->query_set[i].reqevents & APR_POLLPRI) {
200 if (pollset->query_set[i].reqevents & APR_POLLIN) {
206 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
212 if (pollset->query_set[i].reqevents & APR_POLLPRI) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsocket_util.c31 pfds[0].reqevents = APR_POLLIN;
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsocket_util.c31 pfds[0].reqevents = APR_POLLIN;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dkqueue.c161 if (descriptor->reqevents & APR_POLLIN) {
170 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
208 if (descriptor->reqevents & APR_POLLIN) {
217 if (descriptor->reqevents & APR_POLLOUT) {
371 if (descriptor->reqevents & APR_POLLIN) {
379 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
405 if (descriptor->reqevents & APR_POLLIN) {
413 if (descriptor->reqevents & APR_POLLOUT) {
H A Dselect.c113 if (aprset[i].reqevents & APR_POLLIN) {
116 if (aprset[i].reqevents & APR_POLLOUT) {
119 if (aprset[i].reqevents &
277 if (descriptor->reqevents & APR_POLLIN) {
280 if (descriptor->reqevents & APR_POLLOUT) {
283 if (descriptor->reqevents &
H A Dpollset.c48 pollset->wakeup_pfd.reqevents = APR_POLLIN;
81 pollset->wakeup_pfd.reqevents = APR_POLLIN;
H A Dpoll.c112 pollset[i].events = get_event(aprset[i].reqevents);
202 get_event(descriptor->reqevents);
357 get_event(descriptor->reqevents);
H A Dport.c242 get_event(descriptor->reqevents), (void *)elem);
373 fd, get_event(ep->pfd.reqevents), ep);
509 get_event(descriptor->reqevents), descriptor);
H A Depoll.c154 ev.events = get_epoll_event(descriptor->reqevents);
372 ev.events = get_epoll_event(descriptor->reqevents);
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dkqueue.c161 if (descriptor->reqevents & APR_POLLIN) {
170 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
208 if (descriptor->reqevents & APR_POLLIN) {
217 if (descriptor->reqevents & APR_POLLOUT) {
371 if (descriptor->reqevents & APR_POLLIN) {
379 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
405 if (descriptor->reqevents & APR_POLLIN) {
413 if (descriptor->reqevents & APR_POLLOUT) {
H A Dselect.c113 if (aprset[i].reqevents & APR_POLLIN) {
116 if (aprset[i].reqevents & APR_POLLOUT) {
119 if (aprset[i].reqevents &
277 if (descriptor->reqevents & APR_POLLIN) {
280 if (descriptor->reqevents & APR_POLLOUT) {
283 if (descriptor->reqevents &
H A Dpollset.c48 pollset->wakeup_pfd.reqevents = APR_POLLIN;
81 pollset->wakeup_pfd.reqevents = APR_POLLIN;
H A Dpoll.c112 pollset[i].events = get_event(aprset[i].reqevents);
202 get_event(descriptor->reqevents);
357 get_event(descriptor->reqevents);
H A Dport.c242 get_event(descriptor->reqevents), (void *)elem);
373 fd, get_event(ep->pfd.reqevents), ep);
509 get_event(descriptor->reqevents), descriptor);
H A Depoll.c154 ev.events = get_epoll_event(descriptor->reqevents);
372 ev.events = get_epoll_event(descriptor->reqevents);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dio.h33 # define reqevents events macro
38 # undef reqevents macro
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/support/unix/
H A Dwaitio.c97 pfd.reqevents = type;
100 * object with the correct reqevents value. Ignore the status result
/macosx-10.9.5/apr-30/apr/apr/support/unix/
H A Dwaitio.c97 pfd.reqevents = type;
100 * object with the correct reqevents value. Ignore the status result
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_poll.h104 apr_int16_t reqevents; /**< requested events */ member in struct:apr_pollfd_t
239 * events for a descriptor. The reqevents field in the apr_pollfd_t
373 * events for a descriptor. The reqevents field in the apr_pollfd_t
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_poll.h104 apr_int16_t reqevents; /**< requested events */ member in struct:apr_pollfd_t
239 * events for a descriptor. The reqevents field in the apr_pollfd_t
373 * events for a descriptor. The reqevents field in the apr_pollfd_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestpoll.c135 ABTS_INT_EQUAL(tc, 0, pollarray[i].reqevents);
153 ABTS_INT_EQUAL(tc, 0, pollarray_large[i].reqevents);
303 socket_pollfd.reqevents = APR_POLLIN | APR_POLLOUT;
359 socket_pollfd.reqevents = APR_POLLIN;
500 pfd.reqevents = APR_POLLOUT;
608 socket_pollfd.reqevents = APR_POLLIN;
652 socket_pollfd.reqevents = APR_POLLIN;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestpoll.c135 ABTS_INT_EQUAL(tc, 0, pollarray[i].reqevents);
153 ABTS_INT_EQUAL(tc, 0, pollarray_large[i].reqevents);
303 socket_pollfd.reqevents = APR_POLLIN | APR_POLLOUT;
359 socket_pollfd.reqevents = APR_POLLIN;
500 pfd.reqevents = APR_POLLOUT;
608 socket_pollfd.reqevents = APR_POLLIN;
652 socket_pollfd.reqevents = APR_POLLIN;

Completed in 228 milliseconds

12