Lines Matching defs:affected
1464 * affected by the update.
1480 namelist_append_subdomain(dns_db_t *db, dns_name_t *name, dns_diff_t *affected)
1501 CHECK(namelist_append_name(affected, child));
2107 * Update RRSIG, NSEC and NSEC3 records affected by an update. The original
2126 dns_diff_t affected;
2145 dns_diff_init(client->mctx, &affected);
2208 * Find all RRsets directly affected by the update, and
2209 * update their RRSIGs. Also build a list of names affected
2217 /* Now "name" is a new, unique name affected by the update. */
2227 * affected by the update.
2326 * "affected" list in any case.
2330 CHECK(namelist_append_name(&affected, prevname));
2334 * Find names potentially affected by delegation changes
2359 CHECK(namelist_append_subdomain(db, &t->name, &affected));
2362 ISC_LIST_APPENDLIST(affected.tuples, diffnames.tuples, link);
2365 CHECK(uniqify_name_list(&affected));
2374 for (t = ISC_LIST_HEAD(affected.tuples);
2414 for (t = ISC_LIST_HEAD(affected.tuples);
2505 dns_diff_clear(&affected);
2510 * Find names potentially affected by delegation changes
2527 CHECK(namelist_append_name(&affected, name));
2544 CHECK(namelist_append_subdomain(db, name, &affected));
2551 for (t = ISC_LIST_HEAD(affected.tuples);
2625 dns_diff_clear(&affected);
3900 /* Prepare the affected RRset for the addition. */