Home
last modified time | relevance | path

Searched refs:conn1 (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dclient-ws.c146 lws_generate_client_ws_handshake(struct lws *wsi, char *p, const char *conn1) in lws_generate_client_ws_handshake() argument
169 "Sec-WebSocket-Key: ", conn1); in lws_generate_client_ws_handshake()
/third_party/curl/docs/
DCONNECTION-FILTERS.md153 For example, `conn1` is for a `http:` request using a tunnel through a HTTP/2 `https:` proxy. `conn…
156 conn1 --> `HTTP-PROXY` --> `H2-PROXY` --> `SSL` --> `TCP`
166 Inspecting the filter chains, `conn1` is seen as unencrypted, since it contains an `IP_CONNECT` fil…
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1254 const char *conn1 = ""; in lws_generate_client_handshake() local
1257 p = lws_generate_client_ws_handshake(wsi, p, conn1); in lws_generate_client_handshake()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dinterworking.c2408 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local
2411 conn1 = cred_conn_capab_missing(wpa_s, cred, selected); in pick_best_roaming_partner()
2416 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner()
2417 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dinterworking.c2455 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local
2458 conn1 = cred_conn_capab_missing(wpa_s, cred, selected); in pick_best_roaming_partner()
2463 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner()
2464 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1180 lws_generate_client_ws_handshake(struct lws *wsi, char *p, const char *conn1);
/third_party/python/Doc/library/
Dmultiprocessing.rst758 Returns a pair ``(conn1, conn2)`` of
763 *duplex* is ``False`` then the pipe is unidirectional: ``conn1`` can only be