Home
last modified time | relevance | path

Searched refs:http_proxy (Results 1 – 17 of 17) sorted by relevance

/external/curl/docs/examples/
Dsynctime.c99 char http_proxy[MAX_STRING1]; member
242 *conf->http_proxy = 0; in conf_init()
286 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]); in main()
304 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user); in main()
/external/curl/tests/data/
Dtest70937 http_proxy=socks5://%HOSTIP:%SOCKSPORT
40 HTTP GET via SOCKS5 set in http_proxy environment variable
Dtest110134 http_proxy=http://non-existing-host.haxx.se:3128/
Dtest6331 http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
/external/webrtc/webrtc/base/
Dsslsocketfactory.cc156 AsyncHttpsProxySocket* http_proxy = in CreateProxySocket() local
159 http_proxy->SetForceConnect(force_connect_ || !hostname_.empty()); in CreateProxySocket()
160 proxy_socket = http_proxy; in CreateProxySocket()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpclient_test.py133 self.http_proxy = None
135 return self.https_proxy if is_ssl else self.http_proxy
139 self.http_proxy = platformsettings.SystemProxy(host, port)
/external/curl/lib/
Dhttp_proxy.c50 struct HTTP http_proxy; in Curl_proxy_connect() local
67 memset(&http_proxy, 0, sizeof(http_proxy)); in Curl_proxy_connect()
68 conn->data->req.protop = &http_proxy; in Curl_proxy_connect()
DMakefile.inc44 http_negotiate_sspi.c http_proxy.c non-ascii.c asyn-ares.c \
63 curl_gethostname.h gopher.h http_proxy.h non-ascii.h asyn.h \
Dftp.c1885 struct HTTP http_proxy; in proxy_magic() local
1887 memset(&http_proxy, 0, sizeof(http_proxy)); in proxy_magic()
1888 data->req.protop = &http_proxy; in proxy_magic()
DMakefile.vc6581 $(DIROBJ)\http_proxy.obj \
/external/curl/packages/Symbian/group/
Dlibcurl.mmp39 http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \
/external/autotest/
Dglobal_config.ini101 http_proxy: key
/external/chromium-trace/catapult/third_party/gsutil/
DCHANGES.md221 - gsutil now supports HTTP proxy configuration via the http_proxy,
1355 - Changed gsutil to unset http_proxy environment variable if it's set,
/external/curl/docs/
DMANUAL841 http_proxy, HTTPS_PROXY, FTP_PROXY
/external/libxml2/
DNEWS1139 - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
DChangeLog1605 * testapi.c: reset the http_proxy env variable to not waste time
3728 * nanohttp.c: fixed bug #310105 with http_proxy environments with
/external/curl/
DCHANGES.02723 proxy. I have a transparent proxy. When running with http_proxy environment
2725 proxy). When I set http_proxy variable my test hangs after the first
5608 - Fixed a dangling pointer problem that prevented the http_proxy environment
9345 flaw in libcurl's 'http_proxy' parser when a user name and password is