OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_host
(Results
1 - 2
of
2
) sorted by null
/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 35 milliseconds