Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dserver.c41 cs->ws_upg += vh->conn_stats.ws_upg; in lws_sum_stats()
98 vh->conn_stats.ws_upg, in lws_json_dump_vhost()
294 cs.ws_upg, in lws_json_dump_context()
Dprivate-lib-core-net.h488 unsigned long h1_conn, h1_trans, h2_trans, ws_upg, h2_alpn, h2_subs, member
/third_party/libwebsockets/plugins/
Dserver-status.js139 … "<span class=n>Websocket:</span> <span class=v>" + san(jso.i.contexts[ci].ws_upg) +"</span>, " +
188 …"<span class=n>Websocket:</span> <span class=v>" + san(jso.i.contexts[ci].vhosts[n].ws_upg) +"</sp…
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c513 wsi->vhost->conn_stats.ws_upg++; in rops_check_upgrades_h2()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2155 wsi->vhost->conn_stats.ws_upg++; in lws_handshake_server()