Searched refs:lws_ws_proxy (Results 1 – 4 of 4) sorted by relevance
192 extern const struct lws_protocols lws_ws_proxy;
254 const struct lws_protocols lws_ws_proxy = { variable
864 memcpy(&lwsp[m++], &lws_ws_proxy, sizeof(*lwsp)); in lws_create_vhost()
1274 lws_bind_protocol(wsi, &lws_ws_proxy, __func__); in lws_http_proxy_start()