HomeSort by relevance Sort by last modified time
    Searched refs:realhost (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 300 realhost = host
310 realhost = None
312 realhost, rest = splithost(rest)
313 if realhost:
314 user_passwd, realhost = splituser(realhost)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
317 if proxy_bypass(realhost):
318 host = realhost
343 if realhost: h.putheader('Host', realhost
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 300 realhost = host
310 realhost = None
312 realhost, rest = splithost(rest)
313 if realhost:
314 user_passwd, realhost = splituser(realhost)
316 selector = "%s://%s%s" % (urltype, realhost, rest)
317 if proxy_bypass(realhost):
318 host = realhost
343 if realhost: h.putheader('Host', realhost
    [all...]

Completed in 42 milliseconds