Home | History | Annotate | Download | only in python2.7

Lines Matching refs:erhn

604     erhn = req_host = request_host(request)
606 erhn = req_host + ".local"
607 return req_host, erhn
985 req_host, erhn = eff_request_host(request)
1013 if (not erhn.endswith(domain) and
1014 (not erhn.startswith(".") and
1015 not ("."+erhn).endswith(domain))):
1018 erhn, domain)
1022 if not domain_match(erhn, domain):
1024 "%s", erhn, domain)
1123 req_host, erhn = eff_request_host(request)
1129 not cookie.domain_specified and domain != erhn):
1134 if cookie.version > 0 and not domain_match(erhn, domain):
1136 "RFC 2965 cookie domain %s", erhn, domain)
1138 if cookie.version == 0 and not ("."+erhn).endswith(domain):
1147 req_host, erhn = eff_request_host(request)
1150 if not erhn.startswith("."):
1151 erhn = "."+erhn
1152 if not (req_host.endswith(domain) or erhn.endswith(domain)):
1488 req_host, erhn = eff_request_host(request)
1489 domain = erhn