Lines Matching defs:cache
1047 std::unique_ptr<Cache> cache; member
1079 static bool cache_has_pending_request_locked(Cache* cache, const Entry* key, in cache_has_pending_request_locked()
1104 static void cache_notify_waiting_tid_locked(struct Cache* cache, const Entry* key) { in cache_notify_waiting_tid_locked()
1133 Cache* cache = find_named_cache_locked(netid); in _resolv_cache_query_failed() local
1140 static void cache_dump_mru_locked(Cache* cache) { in cache_dump_mru_locked()
1163 static Entry** _cache_lookup_p(Cache* cache, Entry* key) { in _cache_lookup_p()
1184 static void _cache_add_p(Cache* cache, Entry** lookup, Entry* e) { in _cache_add_p()
1197 static void _cache_remove_p(Cache* cache, Entry** lookup) { in _cache_remove_p()
1211 static void _cache_remove_oldest(Cache* cache) { in _cache_remove_oldest()
1226 static void _cache_remove_expired(Cache* cache) { in _cache_remove_expired()
1275 Cache* cache = find_named_cache_locked(netid); in resolv_cache_lookup() local
1353 Cache* cache = NULL; in resolv_cache_add() local
1422 Cache* cache = nullptr; in resolv_gethostbyaddr_from_cache() local
1953 Cache* cache; in resolv_cache_get_expiration() local