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)):
520 IPV4_RE = re.compile(r"\.\d+$", re.ASCII) variable528 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)):