Searched refs:http_proxy (Results 1 – 17 of 17) sorted by relevance
/external/curl/docs/examples/ |
D | synctime.c | 99 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/ |
D | test709 | 37 http_proxy=socks5://%HOSTIP:%SOCKSPORT 40 HTTP GET via SOCKS5 set in http_proxy environment variable
|
D | test1101 | 34 http_proxy=http://non-existing-host.haxx.se:3128/
|
D | test63 | 31 http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
|
/external/webrtc/webrtc/base/ |
D | sslsocketfactory.cc | 156 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/ |
D | httpclient_test.py | 133 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/ |
D | http_proxy.c | 50 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()
|
D | Makefile.inc | 44 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 \
|
D | ftp.c | 1885 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()
|
D | Makefile.vc6 | 581 $(DIROBJ)\http_proxy.obj \
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 39 http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \
|
/external/autotest/ |
D | global_config.ini | 101 http_proxy: key
|
/external/chromium-trace/catapult/third_party/gsutil/ |
D | CHANGES.md | 221 - 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/ |
D | MANUAL | 841 http_proxy, HTTPS_PROXY, FTP_PROXY
|
/external/libxml2/ |
D | NEWS | 1139 - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8
|
D | ChangeLog | 1605 * 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/ |
D | CHANGES.0 | 2723 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
|