Home
last modified time | relevance | path

Searched refs:entry_equals (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dres_cache.cpp861 static int entry_equals(const Entry* e1, const Entry* e2) { in entry_equals() function
1113 if (node->hash == key->hash && entry_equals(node, key)) break; in _cache_lookup_p()