Searched refs:ConnState (Results 1 – 1 of 1) sorted by relevance
69 enum class ConnState enum139 ConnState state = ConnState::initialized;173 state = ConnState::resolveInProgress; in doResolve()210 state = ConnState::resolveFailed; in afterResolve()215 state = ConnState::connectInProgress; in afterResolve()245 state = ConnState::connectFailed; in afterConnect()257 state = ConnState::connected; in afterConnect()268 state = ConnState::handshakeInProgress; in doSslHandshake()291 state = ConnState::handshakeFailed; in afterSslHandshake()296 state = ConnState::connected; in afterSslHandshake()[all …]