Searched refs:lws_metric_event (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 106 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/ |
D | openssl-ssl.c | 264 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/ |
D | output.c | 239 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/ |
D | private-lib-system-metrics.h | 112 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val);
|
D | metrics.c | 852 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val) in lws_metric_event() function
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-metrics.h | 236 { if (_name.us_start) { lws_metric_event(_name.mt, _go_nogo, \
|
/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/lib/system/async-dns/ |
D | async-dns.c | 709 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()
|