Searched refs:APR_POLLOUT (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/os2/
H A Dpoll.c32 num_write += (aprset[i].reqevents & APR_POLLOUT) != 0;
51 if (aprset[i].reqevents & APR_POLLOUT) {
90 if (aprset[i].reqevents & APR_POLLOUT) {
92 aprset[i].rtnevents |= APR_POLLOUT;
H A Dpollset.c143 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
206 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
208 rtnevents |= APR_POLLOUT;
/macosx-10.9.5/apr-30/apr/apr/poll/os2/
H A Dpoll.c32 num_write += (aprset[i].reqevents & APR_POLLOUT) != 0;
51 if (aprset[i].reqevents & APR_POLLOUT) {
90 if (aprset[i].reqevents & APR_POLLOUT) {
92 aprset[i].rtnevents |= APR_POLLOUT;
H A Dpollset.c143 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
206 if (pollset->query_set[i].reqevents & APR_POLLOUT) {
208 rtnevents |= APR_POLLOUT;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/support/unix/
H A Dwaitio.c71 int type = for_read ? APR_POLLIN : APR_POLLOUT;
/macosx-10.9.5/apr-30/apr/apr/support/unix/
H A Dwaitio.c71 int type = for_read ? APR_POLLIN : APR_POLLOUT;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dkqueue.c35 rv |= APR_POLLOUT;
98 * CPU to coalesce separate APR_POLLIN and APR_POLLOUT events
170 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
217 if (descriptor->reqevents & APR_POLLOUT) {
379 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
413 if (descriptor->reqevents & APR_POLLOUT) {
H A Dselect.c116 if (aprset[i].reqevents & APR_POLLOUT) {
170 aprset[i].rtnevents |= APR_POLLOUT;
280 if (descriptor->reqevents & APR_POLLOUT) {
424 pollset->p->result_set[j].rtnevents |= APR_POLLOUT;
H A Depoll.c36 if (event & APR_POLLOUT)
52 rv |= APR_POLLOUT;
H A Dpoll.c40 if (event & APR_POLLOUT)
56 rv |= APR_POLLOUT;
H A Dport.c37 if (event & APR_POLLOUT)
53 rv |= APR_POLLOUT;
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dkqueue.c35 rv |= APR_POLLOUT;
98 * CPU to coalesce separate APR_POLLIN and APR_POLLOUT events
170 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
217 if (descriptor->reqevents & APR_POLLOUT) {
379 if (descriptor->reqevents & APR_POLLOUT && rv == APR_SUCCESS) {
413 if (descriptor->reqevents & APR_POLLOUT) {
H A Dselect.c116 if (aprset[i].reqevents & APR_POLLOUT) {
170 aprset[i].rtnevents |= APR_POLLOUT;
280 if (descriptor->reqevents & APR_POLLOUT) {
424 pollset->p->result_set[j].rtnevents |= APR_POLLOUT;
H A Depoll.c36 if (event & APR_POLLOUT)
52 rv |= APR_POLLOUT;
H A Dpoll.c40 if (event & APR_POLLOUT)
56 rv |= APR_POLLOUT;
H A Dport.c37 if (event & APR_POLLOUT)
53 rv |= APR_POLLOUT;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_poll.h49 #define APR_POLLOUT 0x004 /**< Can write without blocking */ macro
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_poll.h49 #define APR_POLLOUT 0x004 /**< Can write without blocking */ macro
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestssl.c145 rv = apr_ssl_socket_set_poll_events(sock, APR_POLLOUT);
164 if ((descs[0].rtnevents & APR_POLLOUT) == 0) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestpoll.c303 socket_pollfd.reqevents = APR_POLLIN | APR_POLLOUT;
317 ABTS_ASSERT(tc, "either or both of APR_POLLIN, APR_POLLOUT returned",
318 ((ev & APR_POLLIN) != 0) || ((ev & APR_POLLOUT) != 0));
327 == (APR_POLLIN | APR_POLLOUT))
341 ABTS_INT_EQUAL(tc, APR_POLLOUT, descs[0].rtnevents);
500 pfd.reqevents = APR_POLLOUT;
H A Dtestsock.c385 pfd.reqevents = APR_POLLOUT|APR_POLLHUP;
H A Dsendfile.c311 pfd.reqevents = APR_POLLOUT;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestpoll.c303 socket_pollfd.reqevents = APR_POLLIN | APR_POLLOUT;
317 ABTS_ASSERT(tc, "either or both of APR_POLLIN, APR_POLLOUT returned",
318 ((ev & APR_POLLIN) != 0) || ((ev & APR_POLLOUT) != 0));
327 == (APR_POLLIN | APR_POLLOUT))
341 ABTS_INT_EQUAL(tc, APR_POLLOUT, descs[0].rtnevents);
500 pfd.reqevents = APR_POLLOUT;
H A Dtestsock.c385 pfd.reqevents = APR_POLLOUT|APR_POLLHUP;
H A Dsendfile.c311 pfd.reqevents = APR_POLLOUT;

Completed in 396 milliseconds

12