Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1187 entry_equals( const Entry* e1, const Entry* e2 ) in entry_equals() function
1523 if (node->hash == key->hash && entry_equals(node, key)) in _cache_lookup_p()