Searched refs:rdatasets (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c781 * Define the order in which rdatasets should be printed in zone
821 * Dump all the rdatasets of a domain name to a master file. We make
839 dns_rdataset_t rdatasets[MAXSORT]; local
859 dns_rdataset_init(&rdatasets[i]);
860 dns_rdatasetiter_current(rdsiter, &rdatasets[i]);
861 sorted[i] = &rdatasets[i];
1058 * for several purposes: converting origin names, rdatasets,
1061 * When converting rdatasets, it is dynamically resized, but
H A Drbtdb.c432 * placed on the linked list rdatasets[1].
434 rdatasetheaderlist_t *rdatasets; member in struct:dns_rbtdb
947 if (rbtdb->rdatasets != NULL) {
949 INSIST(ISC_LIST_EMPTY(rbtdb->rdatasets[i]));
950 isc_mem_put(rbtdb->common.mctx, rbtdb->rdatasets,
1281 ISC_LIST_UNLINK(rbtdb->rdatasets[idx], rdataset, link);
1313 * We set the IGNORE attribute on rdatasets with serial number
1314 * 'serial'. When the reference count goes to zero, these rdatasets
1395 * First, we clean up any instances of multiple rdatasets
3502 * rdatasets a
[all...]

Completed in 28 milliseconds