Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dacache.h172 dns_acache_create(dns_acache_t **acachep, isc_mem_t *mctx,
200 dns_acache_attach(dns_acache_t *source, dns_acache_t **targetp);
216 dns_acache_detach(dns_acache_t **acachep);
234 dns_acache_setcleaninginterval(dns_acache_t *acache, unsigned int t);
241 dns_acache_setcachesize(dns_acache_t *acache, size_t size);
247 dns_acache_setdb(dns_acache_t *acache, dns_db_t *db);
266 dns_acache_putdb(dns_acache_t *acache, dns_db_t *db);
286 dns_acache_shutdown(dns_acache_t *acache);
296 dns_acache_createentry(dns_acache_t *acache, dns_db_t *origdb,
372 dns_acache_setentry(dns_acache_t *acache, dns_acacheentry_t *entry,
[all …]
Drdataset.h93 dns_acache_t *acache,
104 dns_acache_t *acache,
110 isc_result_t (*putadditional)(dns_acache_t *acache,
555 dns_acache_t *acache,
591 dns_acache_t *acache,
619 dns_rdataset_putadditional(dns_acache_t *acache,
Dtypes.h34 typedef struct dns_acache dns_acache_t; typedef
Dview.h95 dns_acache_t * acache;
Dzone.h1830 dns_zone_setacache(dns_zone_t *zone, dns_acache_t *acache);
/freebsd-9-stable/contrib/bind9/lib/dns/
Dacache.c135 dns_acache_t *acache;
213 dns_acache_t *acache;
244 static inline isc_boolean_t check_noentry(dns_acache_t *acache);
245 static void destroy(dns_acache_t *acache);
246 static void shutdown_entries(dns_acache_t *acache);
247 static void shutdown_buckets(dns_acache_t *acache);
249 static inline void unlink_dbentries(dns_acache_t *acache,
251 static inline isc_result_t finddbent(dns_acache_t *acache,
253 static inline void clear_entry(dns_acache_t *acache, dns_acacheentry_t *entry);
254 static isc_result_t acache_cleaner_init(dns_acache_t *acache,
[all …]
Drdataset.c687 dns_acache_t *acache, in dns_rdataset_getadditional()
720 dns_acache_t *acache, in dns_rdataset_setadditional()
741 dns_rdataset_putadditional(dns_acache_t *acache, in dns_rdataset_putadditional()
Drbtdb.c641 dns_acache_t *acache,
652 dns_acache_t *acache,
658 static isc_result_t rdataset_putadditional(dns_acache_t *acache,
9024 dns_rdatatype_t qtype, dns_acache_t *acache, in rdataset_getadditional()
9188 dns_rdatatype_t qtype, dns_acache_t *acache, in rdataset_setadditional()
9334 rdataset_putadditional(dns_acache_t *acache, dns_rdataset_t *rdataset, in rdataset_putadditional()
Dzone.c298 dns_acache_t *acache;
1431 dns_zone_setacache(dns_zone_t *zone, dns_acache_t *acache) { in dns_zone_setacache()
/freebsd-9-stable/contrib/bind9/bin/named/include/named/
Dserver.h107 dns_acache_t *acache;