Home
last modified time | relevance | path

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

123

/third_party/mbedtls/tests/scripts/
Ddocker_env.sh79 ${http_proxy+--build-arg http_proxy=${http_proxy}} \
/third_party/curl/tests/data/
Dtest12506 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/
Dtest12516 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/
Dtest125530 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
33 http_proxy=http://%HOSTIP:%HTTPPORT
Dtest70940 http_proxy=socks5://%HOSTIP:%SOCKSPORT
43 HTTP GET via SOCKS5 set in http_proxy environment variable
Dtest125630 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
33 http_proxy=http://%HOSTIP:%HTTPPORT
Dtest125730 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
33 http_proxy=http://%HOSTIP:%HTTPPORT
Dtest126533 http_proxy=http://%HOSTIP:%HTTPPORT
Dtest110134 http_proxy=http://non-existing-host.haxx.se:3128/
Dtest6331 http_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
/third_party/curl/lib/
Durl.c713 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 …]
Dhttp_negotiate.c57 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()
Dhttp_proxy.c250 *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()
DMakefile.inc170 http_proxy.c \
309 http_proxy.h \
Dhttp_ntlm.c162 hostname = conn->http_proxy.host.name; in Curl_output_ntlm()
Dsocks.c1135 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()
Dcurl_ntlm_wb.c402 userp = conn->http_proxy.user; in Curl_output_ntlm_wb()
Dcf-h1-proxy.c243 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/
Dsynctime.c108 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/
Dtls.h37 char *http_proxy; member
54 …et proxy to tunnel through", offsetof(pstruct, options_field . http_proxy), AV_OPT_TYPE_ST…
Dtls.c92 proxy_path = c->http_proxy ? c->http_proxy : getenv("http_proxy"); in ff_tls_open_underlying()
Dhttp.c75 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/
D80-test_cmp_http.t45 my $proxy = chop_dblquot($ENV{http_proxy} // $ENV{HTTP_PROXY} // "");
/third_party/curl/lib/vtls/
Dvtls.c1444 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/
DOSSL_HTTP_parse_url.pod38 If I<proxy> is NULL, take any default value from the C<http_proxy>

123