Searched refs:rdatasets (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | ecdb.c | 57 ISC_LIST(struct rdatasetheader) rdatasets; member in struct:dns_ecdbnode 239 while ((header = ISC_LIST_HEAD(node->rdatasets)) != NULL) { 242 ISC_LIST_UNLINK(node->rdatasets, header, link); 370 ISC_LIST_INIT(node->rdatasets); 451 for (header = ISC_LIST_HEAD(ecdbnode->rdatasets); header != NULL; 473 ISC_LIST_APPEND(ecdbnode->rdatasets, header, link); 802 if (ISC_LIST_EMPTY(ecdbnode->rdatasets)) 804 ecdbiterator->current = ISC_LIST_HEAD(ecdbnode->rdatasets);
|
H A D | masterdump.c | 932 * Define the order in which rdatasets should be printed in zone 972 * Dump all the rdatasets of a domain name to a master file. We make 990 dns_rdataset_t rdatasets[MAXSORT]; local 1010 dns_rdataset_init(&rdatasets[i]); 1011 dns_rdatasetiter_current(rdsiter, &rdatasets[i]); 1012 sorted[i] = &rdatasets[i]; 1238 * for several purposes: converting origin names, rdatasets, 1241 * When converting rdatasets, it is dynamically resized, but
|
H A D | rbtdb.c | 684 * placed on the linked list rdatasets[1]. 686 rdatasetheaderlist_t *rdatasets; member in struct:dns_rbtdb 1308 if (rbtdb->rdatasets != NULL) { 1310 INSIST(ISC_LIST_EMPTY(rbtdb->rdatasets[i])); 1311 isc_mem_put(rbtdb->common.mctx, rbtdb->rdatasets, 1718 ISC_LIST_UNLINK(rbtdb->rdatasets[idx], rdataset, link); 1755 * We set the IGNORE attribute on rdatasets with serial number 1756 * 'serial'. When the reference count goes to zero, these rdatasets 1859 * First, we clean up any instances of multiple rdatasets 4199 * rdatasets a [all...] |
Completed in 35 milliseconds