Searched refs:ConnState (Results 1 – 1 of 1) sorted by relevance
70 enum class ConnState enum140 ConnState state = ConnState::initialized;174 state = ConnState::resolveInProgress; in doResolve()189 state = ConnState::resolveFailed; in afterResolve()194 state = ConnState::connectInProgress; in afterResolve()224 state = ConnState::connectFailed; in afterConnect()236 state = ConnState::connected; in afterConnect()246 state = ConnState::handshakeInProgress; in doSslHandshake()270 state = ConnState::handshakeFailed; in afterSslHandshake()275 state = ConnState::connected; in afterSslHandshake()[all …]