Lines Matching refs:CLOSED
350 return state_ == SEND_CLOSED || state_ == CLOSE_WAIT || state_ == CLOSED; in InClosingState()
477 SetState(CLOSED); in StartClosingHandshake()
581 SetState(CLOSED); in OnConnectFailure()
685 SetState(CLOSED); in OnWriteDone()
705 DCHECK_NE(CLOSED, state_); in ReadFrames()
729 DCHECK_NE(CLOSED, state_); in OnReadDone()
747 SetState(CLOSED); in OnReadDone()
800 DCHECK_NE(CLOSED, state_); in HandleFrameByState()
994 DCHECK_NE(CLOSED, state_); in FailChannel()
1006 SetState(CLOSED); in FailChannel()
1111 SetState(CLOSED); in CloseTimeout()