Searched refs:conn1 (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/roles/ws/ |
D | client-ws.c | 146 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/ |
D | CONNECTION-FILTERS.md | 153 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/ |
D | client-http.c | 1254 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/ |
D | interworking.c | 2408 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/ |
D | interworking.c | 2455 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/ |
D | private-lib-core-net.h | 1180 lws_generate_client_ws_handshake(struct lws *wsi, char *p, const char *conn1);
|
/third_party/python/Doc/library/ |
D | multiprocessing.rst | 758 Returns a pair ``(conn1, conn2)`` of 763 *duplex* is ``False`` then the pipe is unidirectional: ``conn1`` can only be
|