Home
last modified time | relevance | path

Searched refs:CONNECTING (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js133 // 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 Dconstants.js17 CONNECTING: 0,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c247 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 Deapol_supp_sm.c265 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 Dshrpx_http2_session.h82 CONNECTING, member in shrpx::Http2SessionState
H A Dshrpx_http2_session.cc623 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 Deapol_auth_sm.c258 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 Deapol_auth_sm.c259 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 Dundici.js11355 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