Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/client/
Dclient.c100 if (!p && !vhost->http.http_proxy_port) { in lws_set_proxy()
107 vhost->http.http_proxy_port = (unsigned int)atoi(p + 1); in lws_set_proxy()
111 vhost->http.http_proxy_port); in lws_set_proxy()
Dconnect4.c57 if (wsi->a.vhost->http.http_proxy_port) { in lws_client_connect_4_established()
96 wsi->c_port = (uint16_t)wsi->a.vhost->http.http_proxy_port; in lws_client_connect_4_established()
Dconnect2.c305 if (wsi->a.vhost->http.http_proxy_port) {
307 port = (int)wsi->a.vhost->http.http_proxy_port;
/third_party/libwebsockets/lib/core-net/
Dvhost.c938 vh->http.http_proxy_port = 0; in lws_create_vhost()
943 if (info->http_proxy_port) in lws_create_vhost()
944 vh->http.http_proxy_port = info->http_proxy_port; in lws_create_vhost()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h202 unsigned int http_proxy_port; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h336 unsigned int http_proxy_port; member