HomeSort by relevance Sort by last modified time
    Searched refs:http_proxy (Results 1 - 25 of 36) sorted by null

1 2

  /external/curl/lib/
url.h 80 (conn->http_proxy.proxytype == CURLPROXY_HTTPS &&\
84 (conn->http_proxy.proxytype == CURLPROXY_HTTPS &&\
88 (conn->http_proxy.proxytype == CURLPROXY_HTTPS &&\
http_negotiate.c 54 userp = conn->http_proxy.user;
55 passwdp = conn->http_proxy.passwd;
58 host = conn->http_proxy.host.name;
http_digest.c 98 userp = conn->http_proxy.user;
99 passwdp = conn->http_proxy.passwd;
http_proxy.c 29 #include "http_proxy.h"
54 DEBUGASSERT(conn->http_proxy.proxytype == CURLPROXY_HTTPS);
74 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS) {
85 struct HTTP http_proxy; local
104 memset(&http_proxy, 0, sizeof(http_proxy));
105 conn->data->req.protop = &http_proxy;
205 const char *http = (conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) ?
http_ntlm.c 139 userp = conn->http_proxy.user;
140 passwdp = conn->http_proxy.passwd;
url.c 116 #include "http_proxy.h"
    [all...]
conncache.c 138 hostname = conn->http_proxy.host.name;
curl_sasl.c 265 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
414 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
curl_ntlm_wb.c 352 userp = conn->http_proxy.user;
x509asn1.c 1081 const char * const hostname = SSL_IS_PROXY()? conn->http_proxy.host.name:
1084 conn->http_proxy.host.dispname:
    [all...]
http.c 72 #include "http_proxy.h"
291 user = conn->http_proxy.user;
292 pwd = conn->http_proxy.passwd;
645 proxy ? (conn->http_proxy.user ? conn->http_proxy.user : "") :
    [all...]
  /external/webrtc/webrtc/base/
sslsocketfactory.cc 156 AsyncHttpsProxySocket* http_proxy = local
159 http_proxy->SetForceConnect(force_connect_ || !hostname_.empty());
160 proxy_socket = http_proxy;
  /external/curl/docs/examples/
synctime.c 103 char http_proxy[MAX_STRING1]; member in struct:__anon16275
245 *conf->http_proxy = 0;
289 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]);
307 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user);
  /external/curl/lib/vtls/
vtls.h 56 #define SSL_IS_PROXY() (CURLPROXY_HTTPS == conn->http_proxy.proxytype && \
cyassl.c 303 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
423 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
426 conn->http_proxy.host.dispname : conn->host.dispname;
axtls.c 295 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
298 conn->http_proxy.host.dispname : conn->host.dispname;
schannel.c 126 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
417 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
651 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
    [all...]
vtls.c 292 const char * const name = isProxy ? conn->http_proxy.host.name :
403 clone_host = strdup(isProxy ? conn->http_proxy.host.name : conn->host.name);
gtls.c 418 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
885 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
    [all...]
mbedtls.c 171 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
openssl.c 1097 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
1100 conn->http_proxy.host.dispname : conn->host.dispname;
    [all...]
polarssl.c 151 const char * const hostname = SSL_IS_PROXY() ? conn->http_proxy.host.name :
  /prebuilts/go/darwin-x86/src/net/http/
proxy_test.go 77 for _, v := range []string{"HTTP_PROXY", "http_proxy", "NO_PROXY", "no_proxy"} {
  /prebuilts/go/linux-x86/src/net/http/
proxy_test.go 77 for _, v := range []string{"HTTP_PROXY", "http_proxy", "NO_PROXY", "no_proxy"} {
  /frameworks/base/core/proto/android/providers/
settings.proto 241 SettingProto http_proxy = 196;

Completed in 139 milliseconds

1 2