Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/client/
Dclient.c52 vhost->proxy_basic_auth_token, in lws_set_proxy()
53 sizeof vhost->proxy_basic_auth_token) < 0) in lws_set_proxy()
62 vhost->proxy_basic_auth_token[0] = '\0'; in lws_set_proxy()
Dconnect4.c74 if (wsi->a.vhost->proxy_basic_auth_token[0]) in lws_client_connect_4_established()
77 wsi->a.vhost->proxy_basic_auth_token); in lws_client_connect_4_established()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h412 char proxy_basic_auth_token[128]; member