Home
last modified time | relevance | path

Searched refs:protocol_secstream_ws (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-ws.c190 const struct lws_protocols protocol_secstream_ws = { variable
248 "ws", "http/1.1", &protocol_secstream_ws, secstream_connect_munge_ws, 0, 0
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h618 extern const struct lws_protocols protocol_secstream_ws;
Dsecure-streams.c1220 *ppp++ = &protocol_secstream_ws; in lws_ss_create()
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c317 wsi->a.protocol = &protocol_secstream_ws; in lws_process_ws_upgrade2()
/third_party/libwebsockets/lib/core-net/
Dvhost.c73 &protocol_secstream_ws,
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c2741 wsi->a.protocol = &protocol_secstream_ws; in lws_h2_ws_handshake()