Searched refs:noproxy (Results 1 – 25 of 26) sorted by relevance
12
/external/curl/tests/data/ |
D | test1212 | 7 noproxy 30 noproxy setting together with socks proxy 34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %…
|
D | test1250 | 7 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
|
D | test1248 | 6 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-…
|
D | test1252 | 7 noproxy 36 http://%HOSTIP:%HTTPPORT/1252 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
|
D | test1255 | 7 noproxy 37 http://%HOSTIP:%HTTPPORT/1255 --noproxy %HOSTIP
|
D | test1254 | 7 noproxy 36 http://somewhere.example.com/1254 --proxy http://%HOSTIP:%HTTPPORT --noproxy ""
|
D | test1256 | 7 noproxy 37 http://somewhere.example.com/1256 --noproxy %HOSTIP
|
D | test1257 | 7 noproxy 37 http://somewhere.example.com/1257 --noproxy ""
|
D | test1253 | 7 noproxy 36 http://somewhere.example.com/1253 --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
|
D | test1265 | 7 noproxy
|
/external/ltp/testcases/network/stress/ftp/ |
D | ftp-download-stress02-rmt | 57 curl --noproxy '*' -s -g "ftp://${server_ipaddr}/${filename}" \ 64 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
|
D | ftp-upload-stress02-rmt | 68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \ 76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
D | ftp-download-stress01-rmt | 39 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
|
D | ftp-upload-stress01-rmt | 50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
/external/ltp/testcases/network/stress/http/ |
D | http-stress02-rmt | 59 curl --noproxy '*' -s -g "http://$server_ipaddr/$filename" \ 65 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
|
D | http-stress01-rmt | 41 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
|
/external/curl/docs/cmdline-opts/ |
D | noproxy.d | 1 Long: noproxy
|
D | Makefile.inc | 100 noproxy.d \
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 1049 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/ |
D | tool_cfgable.h | 96 char *noproxy; member
|
D | tool_cfgable.c | 85 Curl_safefree(config->noproxy); in free_config_fields()
|
D | tool_getparam.c | 1025 GetStr(&config->noproxy, nextarg); in getparameter()
|
D | tool_operate.c | 913 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in operate_do()
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 1082 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/ |
D | ax_swig_python.m4 | 61 test "x$1" != "xno" || swig_shadow=" -noproxy"
|
12