Lines Matching refs:Cache
1134 } Cache; typedef
1138 Cache* cache;
1235 Cache* cache; in _resolv_cache_query_failed()
1248 static void cache_flush_locked(Cache* cache) { in cache_flush_locked()
1300 static void cache_dump_mru(Cache* cache) { in cache_dump_mru()
1325 static Entry** _cache_lookup_p(Cache* cache, Entry* key) { in _cache_lookup_p()
1346 static void _cache_add_p(Cache* cache, Entry** lookup, Entry* e) { in _cache_add_p()
1359 static void _cache_remove_p(Cache* cache, Entry** lookup) { in _cache_remove_p()
1373 static void _cache_remove_oldest(Cache* cache) { in _cache_remove_oldest()
1388 static void _cache_remove_expired(Cache* cache) { in _cache_remove_expired()
1425 Cache* cache; in _resolv_cache_lookup()
1522 Cache* cache = NULL; in _resolv_cache_add()