Home
last modified time | relevance | path

Searched refs:lws_metric_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/system/metrics/
Dprivate-lib-system-metrics.h118 lws_metric_destroy(lws_metric_t **mt, int keep);
Dmetrics.c437 lws_metric_destroy(lws_metric_t **pmt, int keep) in lws_metric_destroy() function
509 lws_metric_destroy(&m, keep); in lws_metric_policy_dyn_destroy()
541 lws_metric_destroy(&mt, 0); /* don't keep */ in lws_metrics_destroy()
/third_party/libwebsockets/lib/core-net/
Dvhost.c1569 lws_metric_destroy(&vh->mt_traffic_rx, 0);
1570 lws_metric_destroy(&vh->mt_traffic_tx, 0);