Home
last modified time | relevance | path

Searched refs:conmon (Results 1 – 16 of 16) sorted by relevance

/third_party/libwebsockets/lib/core-net/client/
Dconmon.c55 struct addrinfo *ai = wsi->conmon.dns_results_copy; in lws_conmon_append_copy_new_dns_results()
114 ai->ai_next = wsi->conmon.dns_results_copy; in lws_conmon_append_copy_new_dns_results()
115 wsi->conmon.dns_results_copy = ai; in lws_conmon_append_copy_new_dns_results()
138 memcpy(dest, &wsi->conmon, sizeof(*dest)); in lws_conmon_wsi_take()
142 wsi->conmon.dns_results_copy = NULL; in lws_conmon_wsi_take()
147 lws_conmon_release(struct lws_conmon *conmon) in lws_conmon_release() argument
149 if (!conmon) in lws_conmon_release()
152 lws_conmon_addrinfo_destroy(conmon->dns_results_copy); in lws_conmon_release()
153 conmon->dns_results_copy = NULL; in lws_conmon_release()
Dconnect2.c73 wsi->conmon.ciu_dns = (lws_conmon_interval_us_t) in lws_getaddrinfo46()
104 wsi->conmon.dns_disposition = LWSCONMON_DNS_SERVER_UNREACHABLE; in lws_getaddrinfo46()
122 wsi->conmon.dns_disposition = n < 0 ? LWSCONMON_DNS_NO_RESULT : in lws_getaddrinfo46()
Dconnect3.c498 wsi->conmon.ciu_sockconn = 0;
534 wsi->conmon.ciu_sockconn = (lws_conmon_interval_us_t)
606 wsi->conmon.ciu_sockconn = (lws_conmon_interval_us_t)
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c19 static int interrupted, bad = 1, status, conmon; variable
85 if (conmon) in callback_http()
186 if (conmon) in callback_http()
301 conmon = 1; in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c19 static int interrupted, bad = 1, status, conmon; variable
158 conmon = 1; in try_connect()
221 if (conmon) in callback_http()
327 if (conmon) in callback_http()
/third_party/libwebsockets/lib/core-net/
Dclose.c51 if (wsi->conmon.dns_results_copy) { in __lws_reset_wsi()
52 lws_conmon_addrinfo_destroy(wsi->conmon.dns_results_copy); in __lws_reset_wsi()
53 wsi->conmon.dns_results_copy = NULL; in __lws_reset_wsi()
56 wsi->conmon.ciu_dns = in __lws_reset_wsi()
57 wsi->conmon.ciu_sockconn = in __lws_reset_wsi()
58 wsi->conmon.ciu_tls = in __lws_reset_wsi()
59 wsi->conmon.ciu_txn_resp = 0; in __lws_reset_wsi()
DCMakeLists.txt75 core-net/client/conmon.c
Dprivate-lib-core-net.h725 struct lws_conmon conmon; member
/third_party/libwebsockets/READMEs/
DREADME.lws_conmon.md7 The public apis can be found in `libwebsockets/lws-conmon.h`.
34 lws with the `LWS_WITH_CONMON` cmake option and run with `--conmon` to get a
/third_party/libwebsockets/lib/tls/
Dtls-client.c41 wsi->conmon.ciu_tls = (lws_conmon_interval_us_t) in lws_ssl_client_connect1()
93 wsi->conmon.ciu_tls = (lws_conmon_interval_us_t) in lws_ssl_client_connect2()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c514 if (wsi->conmon.pcol == LWSCONMON_PCOL_NONE) { in secstream_h1()
515 wsi->conmon.pcol = LWSCONMON_PCOL_HTTP; in secstream_h1()
516 wsi->conmon.protocol_specific.http.response = in secstream_h1()
565 if (wsi->conmon.pcol == LWSCONMON_PCOL_NONE) { in secstream_h1()
566 wsi->conmon.pcol = LWSCONMON_PCOL_HTTP; in secstream_h1()
567 wsi->conmon.protocol_specific.http.response = in secstream_h1()
/third_party/libwebsockets/include/libwebsockets/
Dlws-conmon.h153 lws_conmon_release(struct lws_conmon *conmon);
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c605 wsi->conmon.ciu_txn_resp = (lws_conmon_interval_us_t) in lws_client_interpret_server_handshake()
710 if (wsi->conmon.pcol == LWSCONMON_PCOL_NONE) { in lws_client_interpret_server_handshake()
711 wsi->conmon.pcol = LWSCONMON_PCOL_HTTP; in lws_client_interpret_server_handshake()
712 wsi->conmon.protocol_specific.http.response = n; in lws_client_interpret_server_handshake()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1512 h2n->swsi->conmon = wsi->conmon; in lws_h2_parse_end_of_frame()
1515 wsi->conmon.dns_results_copy = NULL; in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/
DBUILD.gn27 "//third_party/libwebsockets/lib/core-net/client/conmon.c",
/third_party/libwebsockets/lib/secure-streams/
DREADME.md352 libwebsockets/lws-conmon.h, represented in JSON