Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/dns/
H A Dcache.c128 struct dns_cache { struct
130 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