Home
last modified time | relevance | path

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

/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 %…
/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
/external/curl/src/
Dtool_cfgable.h87 char *noproxy; member
Dtool_cfgable.c82 Curl_safefree(config->noproxy); in free_config_fields()
Dtool_getparam.c941 GetStr(&config->noproxy, nextarg); in getparameter()
Dtool_operate.c895 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in operate_do()
/external/libnl/m4/
Dax_swig_python.m461 test "x$1" != "xno" || swig_shadow=" -noproxy"
/external/curl/docs/
DMANUAL163 curl --noproxy localhost,get.this -x my-proxy:888 http://www.get.this/
/external/curl/
DCHANGES.01226 - Alexander Beedie provided the patch for a noproxy problem: If I have set
2019 - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.