Searched refs:conmon (Results 1 – 16 of 16) sorted by relevance
/third_party/libwebsockets/lib/core-net/client/ |
D | conmon.c | 55 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()
|
D | connect2.c | 73 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()
|
D | connect3.c | 498 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/ |
D | minimal-http-client.c | 19 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/ |
D | minimal-http-client.c | 19 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/ |
D | close.c | 51 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()
|
D | CMakeLists.txt | 75 core-net/client/conmon.c
|
D | private-lib-core-net.h | 725 struct lws_conmon conmon; member
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_conmon.md | 7 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/ |
D | tls-client.c | 41 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/ |
D | ss-h1.c | 514 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/ |
D | lws-conmon.h | 153 lws_conmon_release(struct lws_conmon *conmon);
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 605 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/ |
D | http2.c | 1512 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/ |
D | BUILD.gn | 27 "//third_party/libwebsockets/lib/core-net/client/conmon.c",
|
/third_party/libwebsockets/lib/secure-streams/ |
D | README.md | 352 libwebsockets/lws-conmon.h, represented in JSON
|