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

/httpd/server/mpm/simple/
H A Dsimple_io.c123 scon->cs.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
/httpd/include/
H A Dhttpd.h1214 CONN_SENSE_WANT_READ, /* next event must be read */ enumerator in enum:__anon31
/httpd/server/mpm/event/
H A Devent.c1172 cs->pub.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
1245 cs->pub.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
/httpd/server/mpm/motorz/
H A Dmotorz.c392 scon->cs.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
/httpd/modules/ssl/
H A Dssl_engine_io.c842 outctx->c->cs->sense = CONN_SENSE_WANT_READ;

Completed in 55 milliseconds