Searched refs:METRES_GO (Results 1 – 13 of 13) sorted by relevance
/third_party/libwebsockets/lib/tls/ |
D | tls-client.c | 39 lws_metrics_caliper_report(wsi->cal_conn, METRES_GO); in lws_ssl_client_connect1() 91 lws_metrics_caliper_report(wsi->cal_conn, METRES_GO); in lws_ssl_client_connect2() 207 lws_metrics_caliper_report(wsi->cal_conn, METRES_GO); in lws_client_create_tls()
|
/third_party/libwebsockets/lib/core-net/ |
D | output.c | 240 (m < 0 ? METRES_NOGO : METRES_GO), len); in lws_write() 285 METRES_GO /* rx */, (unsigned int)n); in lws_ssl_capable_read_no_ssl()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 124 METRES_GO /* rx */, (u_mt_t)n); in lws_ssl_capable_read() 185 METRES_GO, (u_mt_t)n); in lws_ssl_capable_write()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 299 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_GO, (u_mt_t)n); in lws_ssl_capable_read() 363 METRES_GO, (u_mt_t)n); in lws_ssl_capable_write()
|
/third_party/libwebsockets/lib/system/metrics/ |
D | metrics.c | 809 if (!pub->u.agg.count[METRES_GO] && !pub->u.agg.count[METRES_NOGO]) in lws_metrics_format() 812 if (pub->u.agg.count[METRES_GO]) { in lws_metrics_format() 816 buf += _lws_metrics_format(pub, t, METRES_GO, buf, in lws_metrics_format()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-metrics.h | 326 #define METRES_GO 0 macro
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-service.c | 220 lws_metric_event(context->mt_service, METRES_GO, in _lws_plat_service_tsi()
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_openmetrics_export.c | 304 if (!pub->u.agg.count[METRES_GO] && !pub->u.agg.count[METRES_NOGO]) in lws_metrics_om_format() 307 if (pub->u.agg.count[METRES_GO]) in lws_metrics_om_format() 308 p += lws_metrics_om_format_agg(pub, nm, t, METRES_GO, p, in lws_metrics_om_format()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect2.c | 126 lws_metrics_caliper_report(cal, n >= 0 ? METRES_GO : METRES_NOGO); in lws_getaddrinfo46()
|
D | connect3.c | 634 lws_metrics_caliper_report(wsi->cal_conn, METRES_GO);
|
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns-parse.c | 694 q->go_nogo = METRES_GO; in lws_adns_parse_udp()
|
D | async-dns.c | 709 lws_metric_event(context->mt_adns_cache, METRES_GO, 0); in lws_async_dns_query()
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 511 lws_metrics_caliper_report(wsi->cal_conn, METRES_GO); in lws_http_transaction_completed_client()
|