Searched refs:http_proxy_port (Results 1 – 6 of 6) sorted by relevance
100 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()
57 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()
305 if (wsi->a.vhost->http.http_proxy_port) {307 port = (int)wsi->a.vhost->http.http_proxy_port;
938 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()
202 unsigned int http_proxy_port; member
336 unsigned int http_proxy_port; member