Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_cache.cpp1124 typedef struct resolv_cache { struct
1164 static resolv_cache* find_named_cache_locked(unsigned netid) REQUIRES(cache_mutex);
1167 static void cache_flush_pending_requests_locked(struct resolv_cache* cache) { in cache_flush_pending_requests_locked()
1168 resolv_cache::pending_req_info *ri, *tmp; in cache_flush_pending_requests_locked()
1186 static bool cache_has_pending_request_locked(resolv_cache* cache, const Entry* key, in cache_has_pending_request_locked()
1190 resolv_cache::pending_req_info* ri = cache->pending_requests.next; in cache_has_pending_request_locked()
1191 resolv_cache::pending_req_info* prev = &cache->pending_requests; in cache_has_pending_request_locked()
1201 ri = (resolv_cache::pending_req_info*)calloc(1, sizeof(resolv_cache::pending_req_info)); in cache_has_pending_request_locked()
1211 static void _cache_notify_waiting_tid_locked(struct resolv_cache* cache, const Entry* key) { in _cache_notify_waiting_tid_locked()
1214 resolv_cache::pending_req_info* ri = cache->pending_requests.next; in _cache_notify_waiting_tid_locked()
[all …]