Searched refs:CONN_STATE_LINGER (Results 1 - 6 of 6) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_io.c62 scon->cs.state = CONN_STATE_LINGER;
90 scon->cs.state = CONN_STATE_LINGER;
106 scon->cs.state = CONN_STATE_LINGER;
138 scon->cs.state = CONN_STATE_LINGER;
148 if (scon->cs.state == CONN_STATE_LINGER) {
/httpd/modules/http/
H A Dhttp_core.c168 cs->state = CONN_STATE_LINGER;
172 cs->state = CONN_STATE_LINGER;
H A Dhttp_request.c285 c->cs->state = (c->aborted) ? CONN_STATE_LINGER
/httpd/server/mpm/motorz/
H A Dmotorz.c328 scon->cs.state = CONN_STATE_LINGER;
362 scon->cs.state = CONN_STATE_LINGER;
379 scon->cs.state = CONN_STATE_LINGER;
406 scon->cs.state = CONN_STATE_LINGER;
416 if (scon->cs.state == CONN_STATE_LINGER) {
/httpd/server/mpm/event/
H A Devent.c1129 cs->pub.state = CONN_STATE_LINGER;
1145 cs->pub.state = CONN_STATE_LINGER;
1160 cs->pub.state = CONN_STATE_LINGER;
1181 cs->pub.state = CONN_STATE_LINGER;
1192 if (cs->pub.state == CONN_STATE_LINGER) {
/httpd/include/
H A Dhttpd.h1199 * only be set by the MPM. Use CONN_STATE_LINGER outside of the MPM.
1207 CONN_STATE_LINGER, /* connection may be closed with lingering */ enumerator in enum:__anon30

Completed in 72 milliseconds