/third_party/mbedtls/tests/scripts/ |
D | docker_env.sh | 79 ${http_proxy+--build-arg http_proxy=${http_proxy}} \
|
/third_party/curl/tests/data/ |
D | test1250 | 6 http_proxy 30 Access a non-proxied host with using the combination of http_proxy env var and --noproxy option 33 http_proxy=http://dummy:%PROXYPORT/
|
D | test1251 | 6 http_proxy 30 Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var 33 http_proxy=http://dummy:%PROXYPORT/
|
D | test1255 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly 33 http_proxy=http://%HOSTIP:%HTTPPORT
|
D | test709 | 40 http_proxy=socks5://%HOSTIP:%SOCKSPORT 43 HTTP GET via SOCKS5 set in http_proxy environment variable
|
D | test1256 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy 33 http_proxy=http://%HOSTIP:%HTTPPORT
|
D | test1257 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy 33 http_proxy=http://%HOSTIP:%HTTPPORT
|
D | test1265 | 33 http_proxy=http://%HOSTIP:%HTTPPORT
|
D | test1101 | 34 http_proxy=http://non-existing-host.haxx.se:3128/
|
D | test63 | 31 http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
|
/third_party/curl/lib/ |
D | url.c | 713 Curl_free_idnconverted_hostname(&conn->http_proxy.host); in conn_free() 715 Curl_safefree(conn->http_proxy.user); in conn_free() 717 Curl_safefree(conn->http_proxy.passwd); in conn_free() 719 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ in conn_free() 1220 if(!proxy_info_matches(&needle->http_proxy, &check->http_proxy)) in ConnectionExists() 1226 if(IS_HTTPS_PROXY(needle->http_proxy.proxytype)) { in ConnectionExists() 1228 if(needle->http_proxy.proxytype != in ConnectionExists() 1229 check->http_proxy.proxytype) in ConnectionExists() 1402 if(!check->http_proxy.user || !check->http_proxy.passwd) in ConnectionExists() 1405 if(Curl_timestrcmp(needle->http_proxy.user, in ConnectionExists() [all …]
|
D | http_negotiate.c | 57 userp = conn->http_proxy.user; in Curl_input_negotiate() 58 passwdp = conn->http_proxy.passwd; in Curl_input_negotiate() 61 host = conn->http_proxy.host.name; in Curl_input_negotiate()
|
D | http_proxy.c | 250 *phost = cf->conn->http_proxy.host.name; in Curl_cf_http_proxy_get_host() 251 *pdisplay_host = cf->conn->http_proxy.host.dispname; in Curl_cf_http_proxy_get_host() 252 *pport = (int)cf->conn->http_proxy.port; in Curl_cf_http_proxy_get_host()
|
D | Makefile.inc | 170 http_proxy.c \ 309 http_proxy.h \
|
D | http_ntlm.c | 162 hostname = conn->http_proxy.host.name; in Curl_output_ntlm()
|
D | socks.c | 1135 conn->http_proxy.host.name : in socks_proxy_cf_connect() 1141 conn->bits.httpproxy ? (int)conn->http_proxy.port : in socks_proxy_cf_connect() 1214 *pdisplay_host = cf->conn->http_proxy.host.dispname; in socks_cf_get_host()
|
D | curl_ntlm_wb.c | 402 userp = conn->http_proxy.user; in Curl_output_ntlm_wb()
|
D | cf-h1-proxy.c | 243 http_minor = (cf->conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) ? 0 : 1; in start_CONNECT() 729 if((conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) && in start_CONNECT()
|
/third_party/curl/docs/examples/ |
D | synctime.c | 108 char http_proxy[MAX_STRING1]; member 252 *conf->http_proxy = 0; in conf_init() 286 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]); in main() 314 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user); in main()
|
/third_party/ffmpeg/libavformat/ |
D | tls.h | 37 char *http_proxy; member 54 …et proxy to tunnel through", offsetof(pstruct, options_field . http_proxy), AV_OPT_TYPE_ST…
|
D | tls.c | 92 proxy_path = c->http_proxy ? c->http_proxy : getenv("http_proxy"); in ff_tls_open_underlying()
|
D | http.c | 75 char *http_proxy; member 139 …{ "http_proxy", "set HTTP proxy to tunnel through", OFFSET(http_proxy), AV_OPT_TYPE_STRING, { .str… 208 proxy_path = s->http_proxy ? s->http_proxy : getenv("http_proxy"); in http_open_cnx_internal() 218 if (s->http_proxy) { in http_open_cnx_internal() 219 err = av_dict_set(options, "http_proxy", s->http_proxy, 0); in http_open_cnx_internal()
|
/third_party/openssl/test/recipes/ |
D | 80-test_cmp_http.t | 45 my $proxy = chop_dblquot($ENV{http_proxy} // $ENV{HTTP_PROXY} // "");
|
/third_party/curl/lib/vtls/ |
D | vtls.c | 1444 ehostname = cf->conn->http_proxy.host.name; in reinit_hostname() 1445 edispname = cf->conn->http_proxy.host.dispname; in reinit_hostname() 1446 eport = cf->conn->http_proxy.port; in reinit_hostname() 1800 if(conn->http_proxy.proxytype == CURLPROXY_HTTPS2) { in cf_ssl_proxy_create()
|
/third_party/openssl/doc/man3/ |
D | OSSL_HTTP_parse_url.pod | 38 If I<proxy> is NULL, take any default value from the C<http_proxy>
|