Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h192 extern const struct lws_protocols lws_ws_proxy;
/third_party/libwebsockets/lib/core-net/
Ddummy-callback.c254 const struct lws_protocols lws_ws_proxy = { variable
Dvhost.c864 memcpy(&lwsp[m++], &lws_ws_proxy, sizeof(*lwsp)); in lws_create_vhost()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1274 lws_bind_protocol(wsi, &lws_ws_proxy, __func__); in lws_http_proxy_start()