Home | History | Annotate | Download | only in socket

Lines Matching refs:GotoState

34 #define GotoState(s) do { DVLOG(2) << (void *)this << " " << __FUNCTION__ << \
38 #define GotoState(s) next_handshake_state_ = s
666 GotoState(STATE_HANDSHAKE);
720 // State handlers can and often do call GotoState just
723 GotoState(STATE_NONE);
783 GotoState(STATE_VERIFY_CERT);
790 GotoState(STATE_HANDSHAKE);
842 GotoState(STATE_VERIFY_CERT_COMPLETE);