Searched refs:IPV4_RE (Results 1 – 2 of 2) sorted by relevance
512 IPV4_RE = re.compile(r"\.\d+$") variable520 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)):
527 IPV4_RE = re.compile(r"\.\d+$", re.ASCII) variable535 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)):