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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A 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);
208 * 'targetp' points to a NULL dns_acache_t *.
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 *acach
[all...]
H A Drdataset.h93 dns_acache_t *acache,
104 dns_acache_t *acache,
110 isc_result_t (*putadditional)(dns_acache_t *acache,
554 dns_acache_t *acache,
590 dns_acache_t *acache,
618 dns_rdataset_putadditional(dns_acache_t *acache,
H A Dtypes.h34 typedef struct dns_acache dns_acache_t; typedef in typeref:struct:dns_acache
H A Dview.h95 dns_acache_t * acache;
H A Dzone.h1811 dns_zone_setacache(dns_zone_t *zone, dns_acache_t *acache);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A 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 *acach
[all...]
H A Drdataset.c687 dns_acache_t *acache,
720 dns_acache_t *acache,
741 dns_rdataset_putadditional(dns_acache_t *acache,
H A Drbtdb.c509 dns_acache_t *acache,
520 dns_acache_t *acache,
526 static isc_result_t rdataset_putadditional(dns_acache_t *acache,
8825 dns_rdatatype_t qtype, dns_acache_t *acache,
8989 dns_rdatatype_t qtype, dns_acache_t *acache,
9135 rdataset_putadditional(dns_acache_t *acache, dns_rdataset_t *rdataset,
H A Dzone.c299 dns_acache_t *acache;
1382 dns_zone_setacache(dns_zone_t *zone, dns_acache_t *acache) {
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dserver.h108 dns_acache_t *acache;

Completed in 200 milliseconds