Home
last modified time | relevance | path

Searched refs:LWSMTFL_REPORT_ONLY_GO (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-metrics.h41 LWSMTFL_REPORT_ONLY_GO = (1 << 4), enumerator
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c813 if (!(pub->flags & LWSMTFL_REPORT_ONLY_GO)) in lws_metrics_format()
820 if (!(pub->flags & LWSMTFL_REPORT_ONLY_GO) && pub->u.agg.count[METRES_NOGO]) { in lws_metrics_format()
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c207 if (pub->flags & LWSMTFL_REPORT_ONLY_GO) in lws_metrics_om_format_agg()
311 if (!(pub->flags & LWSMTFL_REPORT_ONLY_GO) && in lws_metrics_om_format()
/third_party/libwebsockets/READMEs/
DREADME.lws_metrics.md177 |`LWSMTFL_REPORT_ONLY_GO`|no-go pieces invalid and should be ignored, used for simple counters|
/third_party/libwebsockets/lib/core/
Dcontext.c724 LWSMTFL_REPORT_ONLY_GO, "cpu.svc"); in lws_create_context()