Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/resolv/
Dres_cache.c1234 Cache* cache; member
1258 _cache_flush_pending_requests_locked( struct resolv_cache* cache ) in _cache_flush_pending_requests_locked()
1281 _cache_check_pending_request_locked( struct resolv_cache** cache, Entry* key, unsigned netid ) in _cache_check_pending_request_locked()
1321 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) in _cache_notify_waiting_tid_locked()
1353 Cache* cache; in _resolv_cache_query_failed() local
1372 _cache_flush_locked( Cache* cache ) in _cache_flush_locked()
1417 struct resolv_cache* cache; in _resolv_cache_create() local
1448 _cache_dump_mru( Cache* cache ) in _cache_dump_mru()
1518 _cache_lookup_p( Cache* cache, in _cache_lookup_p()
1544 _cache_add_p( Cache* cache, in _cache_add_p()
[all …]
/bionic/libc/bionic/
Dlibc_logging.cpp488 struct cache { struct
494 static void refresh_cache(struct cache *cache, const char *key) in refresh_cache()