Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1232 Cache* cache; member
1256 _cache_flush_pending_requests_locked( struct resolv_cache* cache ) in _cache_flush_pending_requests_locked()
1279 _cache_check_pending_request_locked( struct resolv_cache** cache, Entry* key, unsigned netid ) in _cache_check_pending_request_locked()
1319 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) in _cache_notify_waiting_tid_locked()
1351 Cache* cache; in _resolv_cache_query_failed() local
1370 _cache_flush_locked( Cache* cache ) in _cache_flush_locked()
1415 struct resolv_cache* cache; in _resolv_cache_create() local
1446 _cache_dump_mru( Cache* cache ) in _cache_dump_mru()
1516 _cache_lookup_p( Cache* cache, in _cache_lookup_p()
1542 _cache_add_p( Cache* cache, in _cache_add_p()
[all …]
/bionic/libc/bionic/
Dlibc_logging.cpp480 struct cache { struct
486 static void refresh_cache(struct cache *cache, const char *key) in refresh_cache()