Lines Matching refs:rdatasets

432 	 * placed on the linked list rdatasets[1].
434 rdatasetheaderlist_t *rdatasets;
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 at the zone cut for active DNAME or NS rdatasets.
3761 * active rdatasets in the desired version. That means that
4015 * rdatasets are probably stale, too.
4112 * Look for NS and RRSIG NS rdatasets.
4423 * rdatasets at the zone cut for a DNAME rdataset.
4587 * extant rdatasets. That means that this node doesn't
5399 * Look for CNAME and "other data" rdatasets active in our version.
5629 * IGNORE rdatasets between the top of the chain and the first real
5829 ISC_LIST_PREPEND(rbtdb->rdatasets[idx],
5845 * No non-IGNORED rdatasets of the given type exist at
5859 * We have an list of rdatasets of the given type,
5863 * Ignored rdatasets cannot occur during loading, so
5881 * No rdatasets of the given type exist at the node.
5889 ISC_LIST_PREPEND(rbtdb->rdatasets[idx],
6264 * IGNORE rdatasets between the top of the chain and the first real
7072 rbtdb->rdatasets = isc_mem_get(mctx, rbtdb->node_lock_count *
7074 if (rbtdb->rdatasets == NULL) {
7079 ISC_LIST_INIT(rbtdb->rdatasets[i]);
7081 rbtdb->rdatasets = NULL;
7300 if (rbtdb->rdatasets != NULL)
7301 isc_mem_put(mctx, rbtdb->rdatasets, rbtdb->node_lock_count *
7643 * rdatasets to work.
7718 * rdatasets to work.
8690 ISC_LIST_UNLINK(rbtdb->rdatasets[header->node->locknum], header, link);
8692 ISC_LIST_PREPEND(rbtdb->rdatasets[header->node->locknum], header, link);
8725 for (header = ISC_LIST_TAIL(rbtdb->rdatasets[locknum]);
8736 ISC_LIST_UNLINK(rbtdb->rdatasets[locknum], header,