Home
last modified time | relevance | path

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

/external/curl/lib/
Dchecksrc.whitelist5 * no_proxy=domain1.dom,host.domain2.dom
Durl.c4360 static bool check_noproxy(const char* name, const char* no_proxy) in check_noproxy() argument
4374 if(no_proxy && no_proxy[0]) { in check_noproxy()
4375 if(Curl_raw_equal("*", no_proxy)) { in check_noproxy()
4381 no_proxy_len = strlen(no_proxy); in check_noproxy()
4390 strchr(separator, no_proxy[tok_start]) != NULL) { in check_noproxy()
4399 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end) in check_noproxy()
4407 if(no_proxy[tok_start] == '.') in check_noproxy()
4413 if(Curl_raw_nequal(no_proxy + tok_start, checkn, in check_noproxy()
4457 char *no_proxy=NULL; in detect_proxy() local
4460 no_proxy=curl_getenv("no_proxy"); in detect_proxy()
[all …]
/external/curl/tests/data/
Dtest110133 no_proxy=%HOSTIP
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dconnection.py697 self.no_proxy = os.environ.get('no_proxy', '') or os.environ.get('NO_PROXY', '')
708 if not self.no_proxy:
711 if self.no_proxy == "*":
717 for name in self.no_proxy.split(','):
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py802 no_proxy = os.environ.get('no_proxy', os.environ.get('NO_PROXY', ''))
804 if no_proxy:
805 bypass_hosts = no_proxy.split(',')
807 if no_proxy == '*':
/external/libxml2/
DNEWS1364 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
DChangeLog6273 Mike Hommey for $no_proxy, c.f. #133470
/external/curl/
DCHANGES.01488 no_proxy which made it not skip the proxy if the URL entered contained a
5706 get confused and not acknowledge the 'no_proxy' variable properly once it
12348 - Improved the 'no_proxy' check, as using port numbers in the URL confused it