Searched refs:_compareDNSSuffix (Results 1 – 2 of 2) sorted by relevance
124 static bool _compareDNSSuffix(std::string AMTDNSSuffix, std::string suffix);
1383 bool Protocol::_compareDNSSuffix(std::string AMTDNSSuffix, std::string suffix) function in Protocol1444 remIt = find_if(startIt, endIt, bind2nd(ptr_fun(_compareDNSSuffix), locIt->second));1552 if (_compareDNSSuffix(*it, dnsSuffix)) {