Searched defs:dns_cache (Results 1 – 1 of 1) sorted by relevance
128 struct dns_cache { struct130 unsigned int magic;131 isc_mutex_t lock;132 isc_mutex_t filelock;133 isc_mem_t *mctx; /* Main cache memory */134 isc_mem_t *hmctx; /* Heap memory */135 char *name;159 cache_cleaner_init(dns_cache_t *cache, isc_taskmgr_t *taskmgr, argument