Searched refs:DnsCacheItem (Results 1 – 1 of 1) sorted by relevance
28 typedef struct DnsCacheItem DnsCacheItem; typedef37 struct DnsCacheItem { struct54 LIST_FIELDS(DnsCacheItem, by_key); argument65 static const char *dns_cache_item_type_to_string(DnsCacheItem *item) { in dns_cache_item_type_to_string() argument86 static DnsCacheItem* dns_cache_item_free(DnsCacheItem *i) { in dns_cache_item_free()96 DEFINE_TRIVIAL_CLEANUP_FUNC(DnsCacheItem*, dns_cache_item_free);98 static void dns_cache_item_unlink_and_free(DnsCache *c, DnsCacheItem *i) { in dns_cache_item_unlink_and_free()99 DnsCacheItem *first; in dns_cache_item_unlink_and_free()120 DnsCacheItem *first; in dns_cache_remove_by_rr()138 DnsCacheItem *first; in dns_cache_remove_by_key()[all …]