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.py520 IPV4_RE = re.compile(r"\.\d+$", re.ASCII) variable
528 if IPV4_RE.search(text):
581 if IPV4_RE.search(text):
629 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
1052 not IPV4_RE.search(req_host)):