Home
last modified time | relevance | path

Searched refs:no_proxy (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dnoproxy.c122 bool Curl_check_noproxy(const char *name, const char *no_proxy) in Curl_check_noproxy() argument
138 if(no_proxy && no_proxy[0]) { in Curl_check_noproxy()
139 const char *p = no_proxy; in Curl_check_noproxy()
142 if(!strcmp("*", no_proxy)) in Curl_check_noproxy()
H A Dnoproxy.h40 bool Curl_check_noproxy(const char *name, const char *no_proxy);
H A Durl.c2368 char *no_proxy = NULL; local
2405 no_proxy = curl_getenv(p);
2406 if(!no_proxy) {
2408 no_proxy = curl_getenv(p);
2410 if(no_proxy) {
2411 infof(data, "Uses proxy env variable %s == '%s'", p, no_proxy);
2416 data->set.str[STRING_NOPROXY] : no_proxy)) {
2425 Curl_safefree(no_proxy);
/curl/tests/data/
H A Dtest110133 no_proxy=%HOSTIP
/curl/docs/cmdline-opts/
H A Dnoproxy.md26 (`no_proxy` and `NO_PROXY`) (added in 7.53.0). If there is an environment
/curl/docs/libcurl/opts/
H A DCURLOPT_NOPROXY.md59 If there is an environment variable called **no_proxy** (or **NO_PROXY**),
H A DCURLOPT_PROXY.md116 If **no_proxy** (or **NO_PROXY**) is set, it is the exact equivalent of
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md878 for any URL in case the protocol specific variable was not set, and 'no_proxy'
880 say so. If 'no_proxy' is a plain asterisk ("*") it matches all hosts.

Completed in 19 milliseconds