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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 604 erhn = req_host = request_host(request)
605 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
606 erhn = req_host + ".local"
607 return req_host, erhn
700 req_host = request_host(request)
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 604 erhn = req_host = request_host(request)
605 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
606 erhn = req_host + ".local"
607 return req_host, erhn
700 req_host = request_host(request)
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 604 erhn = req_host = request_host(request)
605 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
606 erhn = req_host + ".local"
607 return req_host, erhn
700 req_host = request_host(request)
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 604 erhn = req_host = request_host(request)
605 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
606 erhn = req_host + ".local"
607 return req_host, erhn
700 req_host = request_host(request)
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]

Completed in 3628 milliseconds