Home
last modified time | relevance | path

Searched refs:IPV4_RE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py512 IPV4_RE = re.compile(r"\.\d+$") variable
520 if IPV4_RE.search(text):
573 if IPV4_RE.search(text):
621 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
1046 not IPV4_RE.search(req_host)):
/external/python/cpython3/Lib/http/
Dcookiejar.py527 IPV4_RE = re.compile(r"\.\d+$", re.ASCII) variable
535 if IPV4_RE.search(text):
588 if IPV4_RE.search(text):
636 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
1061 not IPV4_RE.search(req_host)):