Home
last modified time | relevance | path

Searched refs:noproxy (Results 1 – 25 of 26) sorted by relevance

12

/external/curl/tests/data/
Dtest12127 noproxy
30 noproxy setting together with socks proxy
34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %…
Dtest12507 noproxy
30 Access a non-proxied host with using the combination of http_proxy env var and --noproxy option
36 http://user:secret@%HOSTIP:%HTTPPORT/1250 --noproxy %HOSTIP --max-time 5
Dtest12486 noproxy
29 Access a non-proxied host with using the combination of --proxy option and --noproxy option
32 http://user:secret@%HOSTIP:%HTTPPORT/1248 --proxy http://dummy:%PROXYPORT/ --noproxy %HOSTIP --max-…
Dtest12527 noproxy
36 http://%HOSTIP:%HTTPPORT/1252 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
Dtest12557 noproxy
37 http://%HOSTIP:%HTTPPORT/1255 --noproxy %HOSTIP
Dtest12547 noproxy
36 http://somewhere.example.com/1254 --proxy http://%HOSTIP:%HTTPPORT --noproxy ""
Dtest12567 noproxy
37 http://somewhere.example.com/1256 --noproxy %HOSTIP
Dtest12577 noproxy
37 http://somewhere.example.com/1257 --noproxy ""
Dtest12537 noproxy
36 http://somewhere.example.com/1253 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
Dtest12657 noproxy
/external/ltp/testcases/network/stress/ftp/
Dftp-download-stress02-rmt57 curl --noproxy '*' -s -g "ftp://${server_ipaddr}/${filename}" \
64 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
Dftp-upload-stress02-rmt68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \
76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
Dftp-download-stress01-rmt39 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
Dftp-upload-stress01-rmt50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
/external/ltp/testcases/network/stress/http/
Dhttp-stress02-rmt59 curl --noproxy '*' -s -g "http://$server_ipaddr/$filename" \
65 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
Dhttp-stress01-rmt41 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
/external/curl/docs/cmdline-opts/
Dnoproxy.d1 Long: noproxy
DMakefile.inc100 noproxy.d \
/external/python/httplib2/python3/httplib2/
D__init__.py1049 return proxy_info_from_url(url, method, noproxy=None)
1052 def proxy_info_from_url(url, method="http", noproxy=None): argument
1089 if noproxy is None:
1090 noproxy = os.environ.get("no_proxy", os.environ.get("NO_PROXY", ""))
1092 if noproxy == "*":
1094 elif noproxy.strip():
1095 bypass_hosts = noproxy.split(",")
/external/curl/src/
Dtool_cfgable.h96 char *noproxy; member
Dtool_cfgable.c85 Curl_safefree(config->noproxy); in free_config_fields()
Dtool_getparam.c1025 GetStr(&config->noproxy, nextarg); in getparameter()
Dtool_operate.c913 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in operate_do()
/external/python/httplib2/python2/httplib2/
D__init__.py1082 def proxy_info_from_url(url, method="http", noproxy=None): argument
1119 if noproxy is None:
1120 noproxy = os.environ.get("no_proxy", os.environ.get("NO_PROXY", ""))
1122 if noproxy == "*":
1124 elif noproxy.strip():
1125 bypass_hosts = noproxy.split(",")
/external/libnl/m4/
Dax_swig_python.m461 test "x$1" != "xno" || swig_shadow=" -noproxy"

12