HomeSort by relevance Sort by last modified time
    Searched defs:http_proxy (Results 1 - 4 of 4) sorted by null

  /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/lib/
http_proxy.c 25 #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;
239 const char *http = (conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) ?
urldata.h 818 struct proxy_info http_proxy; member in struct:connectdata
    [all...]
  /external/curl/docs/examples/
synctime.c 103 char http_proxy[MAX_STRING1]; member in struct:__anon17255
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);

Completed in 494 milliseconds