Searched refs:CONNECTING (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 133 // be CONNECTING (0). 134 this[kReadyState] = WebSocket.CONNECTING 260 // 1. If this's ready state is CONNECTING, then throw an 262 if (this[kReadyState] === WebSocket.CONNECTING) { 543 WebSocket.CONNECTING = WebSocket.prototype.CONNECTING = states.CONNECTING 552 CONNECTING: staticPropertyDescriptors, 577 CONNECTING: staticPropertyDescriptors,
|
H A D | constants.js | 17 CONNECTING: 0,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 247 SM_STATE(SUPP_PAE, CONNECTING) in SM_STATE() 251 SM_ENTRY(SUPP_PAE, CONNECTING); in SM_STATE() 376 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 380 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 410 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 412 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 416 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 1019 return "CONNECTING"; in eapol_supp_pae_state()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 265 SM_STATE(SUPP_PAE, CONNECTING) in SM_STATE() 269 SM_ENTRY(SUPP_PAE, CONNECTING); in SM_STATE() 399 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 403 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 433 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 435 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 439 SM_ENTER(SUPP_PAE, CONNECTING); in SM_STEP() 1044 return "CONNECTING"; in eapol_supp_pae_state()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.h | 82 CONNECTING, member in shrpx::Http2SessionState
|
H A D | shrpx_http2_session.cc | 623 state_ = Http2SessionState::CONNECTING; in initiate_connection() 2380 case Http2SessionState::CONNECTING: in on_timeout()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 258 SM_STATE(AUTH_PAE, CONNECTING) in SM_STATE() 263 SM_ENTRY_MA(AUTH_PAE, CONNECTING, auth_pae); in SM_STATE() 403 SM_ENTER(AUTH_PAE, CONNECTING); in SM_STEP()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 259 SM_STATE(AUTH_PAE, CONNECTING) in SM_STATE() 264 SM_ENTRY_MA(AUTH_PAE, CONNECTING, auth_pae); in SM_STATE() 404 SM_ENTER(AUTH_PAE, CONNECTING); in SM_STEP()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 11355 CONNECTING: 0, 12299 this[kReadyState] = _WebSocket.CONNECTING; 12365 if (this[kReadyState] === _WebSocket.CONNECTING) { 12528 WebSocket.CONNECTING = WebSocket.prototype.CONNECTING = states.CONNECTING; 12533 CONNECTING: staticPropertyDescriptors, 12557 CONNECTING: staticPropertyDescriptors,
|
Completed in 23 milliseconds