Home
last modified time | relevance | path

Searched refs:lws_metric_event (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c106 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_NOGO, 0); in lws_ssl_capable_read()
123 lws_metric_event(wsi->a.vhost->mt_traffic_rx, in lws_ssl_capable_read()
184 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
211 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c264 lws_metric_event(wsi->a.vhost->mt_traffic_rx, in lws_ssl_capable_read()
299 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_GO, (u_mt_t)n); in lws_ssl_capable_read()
362 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
392 lws_metric_event(wsi->a.vhost->mt_traffic_tx, in lws_ssl_capable_write()
/third_party/libwebsockets/lib/core-net/
Doutput.c239 lws_metric_event(wsi->a.vhost->mt_traffic_tx, (char) in lws_write()
284 lws_metric_event(wsi->a.vhost->mt_traffic_rx, in lws_ssl_capable_read_no_ssl()
299 lws_metric_event(wsi->a.vhost->mt_traffic_rx, METRES_NOGO, 0u); in lws_ssl_capable_read_no_ssl()
/third_party/libwebsockets/lib/system/metrics/
Dprivate-lib-system-metrics.h112 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val);
Dmetrics.c852 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val) in lws_metric_event() function
/third_party/libwebsockets/include/libwebsockets/
Dlws-metrics.h236 { if (_name.us_start) { lws_metric_event(_name.mt, _go_nogo, \
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c220 lws_metric_event(context->mt_service, METRES_GO, in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/system/async-dns/
Dasync-dns.c709 lws_metric_event(context->mt_adns_cache, METRES_GO, 0); in lws_async_dns_query()
720 lws_metric_event(context->mt_adns_cache, METRES_NOGO, 0); in lws_async_dns_query()