Home | History | Annotate | Download | only in proxy

Lines Matching refs:state

34     ConnectorState   state;
64 conn->state = STATE_SEND_HEADER;
69 conn->state = STATE_CONNECTING;
88 switch (conn->state) {
116 switch (conn->state)
120 conn->state = STATE_SEND_HEADER;
126 conn->state = STATE_RECEIVE_ANSWER_LINE1;
135 if (conn->state == STATE_RECEIVE_ANSWER_LINE1) {
154 conn->state = STATE_RECEIVE_ANSWER_LINE2;
165 PROXY_LOG("%s: invalid state for read event: %d", root->name, conn->state);