Searched refs:sense (Results 1 - 5 of 5) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_io.c58 * otherwise write, should set the sense appropriately.
123 scon->cs.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
125 scon->cs.sense = CONN_SENSE_DEFAULT;
164 scon->cs.sense == CONN_SENSE_WANT_WRITE ? APR_POLLOUT :
166 scon->cs.sense = CONN_SENSE_DEFAULT;
244 scon->cs.sense = CONN_SENSE_DEFAULT;
/httpd/server/mpm/motorz/
H A Dmotorz.c173 scon->cs.sense = CONN_SENSE_DEFAULT;
324 * otherwise write, should set the sense appropriately.
392 scon->cs.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
394 scon->cs.sense = CONN_SENSE_DEFAULT;
428 scon->cs.sense == CONN_SENSE_WANT_WRITE ? APR_POLLOUT :
430 scon->cs.sense = CONN_SENSE_DEFAULT;
/httpd/server/mpm/event/
H A Devent.c893 cs->pub.sense == CONN_SENSE_WANT_WRITE ? APR_POLLOUT :
895 cs->pub.sense = CONN_SENSE_DEFAULT;
1109 cs->pub.sense = CONN_SENSE_DEFAULT;
1124 * otherwise write, should set the sense appropriately.
1172 cs->pub.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
1174 cs->pub.sense = CONN_SENSE_DEFAULT;
1245 cs->pub.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
1247 cs->pub.sense = CONN_SENSE_DEFAULT;
/httpd/include/
H A Dhttpd.h1225 conn_sense_e sense; member in struct:conn_state_t
1854 * in a canonical sense.
/httpd/modules/ssl/
H A Dssl_engine_io.c836 * nonblocking, set the sense explicitly to read and
842 outctx->c->cs->sense = CONN_SENSE_WANT_READ;

Completed in 973 milliseconds