Searched refs:CONN_STATE_LINGER_SHORT (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dhttpd.h1198 * The two states CONN_STATE_LINGER_NORMAL and CONN_STATE_LINGER_SHORT may
1209 CONN_STATE_LINGER_SHORT /* MPM has started lingering close with short timeout */ enumerator in enum:__anon30
/httpd/server/mpm/event/
H A Devent.c686 case CONN_STATE_LINGER_SHORT:
877 cs->pub.state = CONN_STATE_LINGER_SHORT;
1636 q = (cs->pub.state == CONN_STATE_LINGER_SHORT) ? short_linger_q : linger_q;
1926 case CONN_STATE_LINGER_SHORT:

Completed in 53 milliseconds