Searched refs:_portprog (Results 1 – 2 of 2) sorted by relevance
1005 _portprog = None variable1008 global _portprog1009 if _portprog is None:1010 _portprog = re.compile('(.*):([0-9]*)$', re.DOTALL)1012 match = _portprog.match(host)
1132 _portprog = None variable1135 global _portprog1136 if _portprog is None:1138 _portprog = re.compile('^(.*):([0-9]*)$')1140 match = _portprog.match(host)