Searched refs:no_proxy (Results 1 – 8 of 8) sorted by relevance
122 bool Curl_check_noproxy(const char *name, const char *no_proxy) in Curl_check_noproxy() argument138 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()
40 bool Curl_check_noproxy(const char *name, const char *no_proxy);
2368 char *no_proxy = NULL; local2405 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);
33 no_proxy=%HOSTIP
26 (`no_proxy` and `NO_PROXY`) (added in 7.53.0). If there is an environment
59 If there is an environment variable called **no_proxy** (or **NO_PROXY**),
116 If **no_proxy** (or **NO_PROXY**) is set, it is the exact equivalent of
878 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