Home | History | Annotate | Download | only in base

Lines Matching refs:state_

34       state_(CS_CLOSED),
105 if (state_ != CS_CLOSED) {
116 state_ = CS_CONNECTING;
135 state_ = CS_CONNECTED;
139 state_ = CS_CONNECTING;
219 state_ = CS_CONNECTING;
239 s->state_ = CS_CONNECTED;
270 state_ = CS_CLOSED;
288 return state_;
324 state_(CS_CLOSED),
332 // update the state_ field for this socket yourself.
418 if (this_socket->state_ == CS_CONNECTING) {
426 this_socket->state_ = CS_CLOSED;
453 this_socket->state_ = CS_CLOSED;
456 this_socket->state_ = CS_CONNECTED;