Lines Matching refs:state
172 scon->cs.state = CONN_STATE_READ_REQUEST_LINE;
327 if (scon->cs.state != CONN_STATE_SUSPENDED) {
328 scon->cs.state = CONN_STATE_LINGER;
353 if (scon->cs.state == CONN_STATE_READ_REQUEST_LINE) {
356 /* state will be updated upon return
362 scon->cs.state = CONN_STATE_LINGER;
366 if (scon->cs.state == CONN_STATE_WRITE_COMPLETION) {
379 scon->cs.state = CONN_STATE_LINGER;
406 scon->cs.state = CONN_STATE_LINGER;
409 scon->cs.state = CONN_STATE_READ_REQUEST_LINE;
412 scon->cs.state = CONN_STATE_CHECK_REQUEST_LINE_READABLE;
416 if (scon->cs.state == CONN_STATE_LINGER) {
422 if (scon->cs.state == CONN_STATE_CHECK_REQUEST_LINE_READABLE) {
968 * (Re)initialize this child to a pre-connection state.
1273 * to start up and get into IDLE state then we may spawn an
1283 * It is not fatal for the last generation to be in this state.
1343 * few of the servers we just started are in the IDLE state
1762 /* we need to set the MPM state before other pre-config hooks use MPM query