Home
last modified time | relevance | path

Searched refs:rdatasets (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Decdb.c66 ISC_LIST(struct rdatasetheader) rdatasets;
239 while ((header = ISC_LIST_HEAD(node->rdatasets)) != NULL) { in destroynode()
242 ISC_LIST_UNLINK(node->rdatasets, header, link); in destroynode()
342 ISC_LIST_INIT(node->rdatasets); in findnode()
425 for (header = ISC_LIST_HEAD(ecdbnode->rdatasets); header != NULL; in addrdataset()
451 ISC_LIST_APPEND(ecdbnode->rdatasets, header, link); in addrdataset()
769 if (ISC_LIST_EMPTY(ecdbnode->rdatasets)) { in rdatasetiter_first()
772 ecdbiterator->current = ISC_LIST_HEAD(ecdbnode->rdatasets); in rdatasetiter_first()
H A Dmasterdump.c1061 dns_rdataset_t rdatasets[MAXSORT]; in dump_rdatasets_text() local
1081 dns_rdataset_init(&rdatasets[i]); in dump_rdatasets_text()
1082 dns_rdatasetiter_current(rdsiter, &rdatasets[i]); in dump_rdatasets_text()
1083 sorted[i] = &rdatasets[i]; in dump_rdatasets_text()
H A Drbtdb.c518 rdatasetheaderlist_t *rdatasets; member
1183 if (rbtdb->rdatasets != NULL) { in free_rbtdb()
1185 INSIST(ISC_LIST_EMPTY(rbtdb->rdatasets[i])); in free_rbtdb()
1187 isc_mem_put(rbtdb->common.mctx, rbtdb->rdatasets, in free_rbtdb()
1542 ISC_LIST_UNLINK(rbtdb->rdatasets[idx], rdataset, link); in free_rdataset()
6603 ISC_LIST_APPEND(rbtdb->rdatasets[idx], in add32()
6606 ISC_LIST_PREPEND(rbtdb->rdatasets[idx], in add32()
6644 ISC_LIST_APPEND(rbtdb->rdatasets[idx], in add32()
6647 ISC_LIST_PREPEND(rbtdb->rdatasets[idx], in add32()
6698 ISC_LIST_APPEND(rbtdb->rdatasets[idx], in add32()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbtdb.c811 * We set the IGNORE attribute on rdatasets with serial number in update_cachestats()
812 * 'serial'. When the reference count goes to zero, these rdatasets in update_cachestats()
929 * First, we clean up any instances of multiple rdatasets
2424 * Look for CNAME and "other data" rdatasets active in our version. in setnsec3parameters()
2709 * IGNORE rdatasets between the top of the chain and the first real in closeversion()
3037 * No non-IGNORED rdatasets of the given type exist at in zone_zonecut_callback()
3068 * We have an list of rdatasets of the given type, in bind_rdataset()
3072 * Ignored rdatasets cannot occur during loading, so in bind_rdataset()
3092 * No rdatasets of the given type exist at the node. in bind_rdataset()
3587 * IGNORE rdatasets betwee in find_wildcard()
480 rdatasetheaderlist_t *rdatasets; global() member
[all...]
H A Dmasterdump.c1042 * Define the order in which rdatasets should be printed in zone
1082 * Dump all the rdatasets of a domain name to a master file. We make in dump_rdatasets_text()
1099 dns_rdataset_t rdatasets[MAXSORT]; in dump_rdatasets_text()
1123 dns_rdataset_init(&rdatasets[i]); in dump_rdatasets_text()
1124 dns_rdatasetiter_current(rdsiter, &rdatasets[i]); in dump_rdatasets_text()
1125 sorted[i] = &rdatasets[i]; in dump_rdatasets_text()
1370 * for several purposes: converting origin names, rdatasets, in dns_dumpctx_detach()
1373 * When converting rdatasets, it is dynamically resized, but in dns_dumpctx_detach()
1054 dns_rdataset_t rdatasets[MAXSORT]; dump_rdatasets_text() local