Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_cache.cpp1140 static Entry** _cache_lookup_p(Cache* cache, Entry* key) { in _cache_lookup_p() function
1190 Entry** lookup = _cache_lookup_p(cache, oldest); in _cache_remove_oldest()
1210 Entry** lookup = _cache_lookup_p(cache, e); in _cache_remove_expired()
1260 lookup = _cache_lookup_p(cache, &key); in resolv_cache_lookup()
1289 lookup = _cache_lookup_p(cache, &key); in resolv_cache_lookup()
1348 lookup = _cache_lookup_p(cache, key); in resolv_cache_add()
1364 lookup = _cache_lookup_p(cache, key); in resolv_cache_add()
1898 Entry** lookup = _cache_lookup_p(cache, &key); in resolv_cache_get_expiration()