Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c567 lws_ss_handle_t *sssh = wsi->a.vhost->ss_handle; in lws_process_ws_upgrade() local
580 if (sssh->policy->u.http.u.ws.subprotocol) { in lws_process_ws_upgrade()
710 lws_ss_handle_t *sssh = wsi->a.vhost->ss_handle; in handshake_0405() local
723 if (sssh && sssh->policy && in handshake_0405()
724 sssh->policy->u.http.u.ws.subprotocol) in handshake_0405()
725 prot = sssh->policy->u.http.u.ws.subprotocol; in handshake_0405()