Searched refs:tomatch (Results 1 – 2 of 2) sorted by relevance
257 tomatch = blr.url_string259 if fnmatch.fnmatch(tomatch, pattern):
426 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) { in IPIsHelper() argument430 return ::memcmp(&addr, &tomatch, (length >> 3)) == 0; in IPIsHelper()