/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | view.h | 91 dns_acache_t * acache; member in struct:dns_view
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | server.h | 105 dns_acache_t *acache; member in struct:ns_server
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdataset.c | 686 dns_acache_t *acache, 704 if (acache != NULL && rdataset->methods->getadditional != NULL) { 706 qtype, acache, 719 dns_acache_t *acache, 729 if (acache != NULL && rdataset->methods->setadditional != NULL) { 731 qtype, acache, zone, 740 dns_rdataset_putadditional(dns_acache_t *acache, argument 748 if (acache != NULL && rdataset->methods->putadditional != NULL) { 749 return ((rdataset->methods->putadditional)(acache, rdataset, 683 dns_rdataset_getadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument 716 dns_rdataset_setadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument
|
H A D | acache.c | 17 /* $Id: acache.c,v 1.22 2008/02/07 23:46:54 tbox Exp $ */ 35 #include <dns/acache.h> 46 #define DNS_ACACHE_VALID(acache) ISC_MAGIC_VALID(acache, ACACHE_MAGIC) 58 "acache %p: %s", acache, (m)) 63 "acache %p: %s", (a), (m)) 102 /* Locked by acache lock */ 135 dns_acache_t *acache; member in struct:acache_cleaner 150 Locked by acache loc 213 dns_acache_t *acache; member in struct:dns_acacheentry 270 reset_stats(dns_acache_t *acache) argument 286 check_noentry(dns_acache_t *acache) argument 298 shutdown_entries(dns_acache_t *acache) argument 339 shutdown_buckets(dns_acache_t *acache) argument 365 dns_acache_t *acache; local 386 unlink_dbentries(dns_acache_t *acache, dns_acacheentry_t *ent) argument 411 dns_acache_t *acache; local 430 destroy(dns_acache_t *acache) argument 463 finddbent(dns_acache_t *acache, dns_db_t *db, dbentry_t **dbentryp) argument 494 clear_entry(dns_acache_t *acache, dns_acacheentry_t *entry) argument 539 acache_cleaner_init(dns_acache_t *acache, isc_timermgr_t *timermgr, acache_cleaner_t *cleaner) argument 628 dns_acache_t *acache = cleaner->acache; local 664 dns_acache_t *acache = cleaner->acache; local 805 dns_acache_t *acache = cleaner->acache; local 967 dns_acache_t *acache = arg; local 997 dns_acache_t *acache = event->ev_arg; local 1048 dns_acache_t *acache; local 1165 dns_acache_countquerymiss(dns_acache_t *acache) argument 1172 dns_acache_t *acache; local 1202 dns_acache_shutdown(dns_acache_t *acache) argument 1234 dns_acache_setdb(dns_acache_t *acache, dns_db_t *db) argument 1281 dns_acache_putdb(dns_acache_t *acache, dns_db_t *db) argument 1373 dns_acache_createentry(dns_acache_t *acache, dns_db_t *origdb, void (*callback)(dns_acacheentry_t *, void **), void *cbarg, dns_acacheentry_t **entryp) argument 1453 dns_acache_t *acache; local 1540 dns_acache_setentry(dns_acache_t *acache, dns_acacheentry_t *entry, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument 1666 dns_acache_t *acache; local 1735 dns_acache_setcleaninginterval(dns_acache_t *acache, unsigned int t) argument 1785 dns_acache_setcachesize(dns_acache_t *acache, isc_uint32_t size) argument [all...] |
H A D | rbtdb.c | 45 #include <dns/acache.h> 506 dns_acache_t *acache, 517 dns_acache_t *acache, 523 static isc_result_t rdataset_putadditional(dns_acache_t *acache, 1213 * acache entries when the node can be freed. 8279 dns_rdatatype_t qtype, dns_acache_t *acache, 8298 UNUSED(acache); 8327 dns_acache_countquerymiss(acache); 8333 dns_acache_countquerymiss(acache); 8425 dns_rdatatype_t qtype, dns_acache_t *acache, 8278 rdataset_getadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument 8424 rdataset_setadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument 8557 rdataset_putadditional(dns_acache_t *acache, dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype) argument [all...] |
H A D | zone.c | 42 #include <dns/acache.h> 263 dns_acache_t *acache; member in struct:dns_zone 793 zone->acache = NULL; 903 if (zone->acache != NULL) 904 dns_acache_detach(&zone->acache); 1204 dns_zone_setacache(dns_zone_t *zone, dns_acache_t *acache) { argument 1206 REQUIRE(acache != NULL); 1209 if (zone->acache != NULL) 1210 dns_acache_detach(&zone->acache); 1211 dns_acache_attach(acache, [all...] |