Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h326 lws_http_proxy_start(struct lws *wsi, const struct lws_http_mount *hit,
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c519 return lws_http_proxy_start(wsi, hit, uri_ptr, 1); in lws_process_ws_upgrade()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1248 lws_http_proxy_start(struct lws *wsi, const struct lws_http_mount *hit, in lws_http_proxy_start() function
1826 n = (unsigned int)lws_http_proxy_start(wsi, hit, uri_ptr, 0); in lws_http_action()