Lines Matching defs:affected
727 * affected by the update.
744 dns_diff_t *affected) {
763 CHECK(namelist_append_name(affected, child));
1458 * Update RRSIG, NSEC and NSEC3 records affected by an update. The original
1479 dns_diff_t affected;
1557 dns_diff_init(diff->mctx, &state->affected);
1607 * Find all RRsets directly affected by the update, and
1608 * update their RRSIGs. Also build a list of names affected
1629 * Now "name" is a new, unique name affected by the
1641 * RRset affected by the update.
1782 * "affected" list in any case.
1786 CHECK(namelist_append_name(&state->affected, prevname));
1790 * Find names potentially affected by delegation changes
1829 &state->affected));
1831 ISC_LIST_APPENDLIST(state->affected.tuples,
1835 CHECK(uniqify_name_list(&state->affected));
1848 while ((t = ISC_LIST_HEAD(state->affected.tuples)) != NULL) {
1896 ISC_LIST_UNLINK(state->affected.tuples, t, link);
1902 ISC_LIST_APPENDLIST(state->affected.tuples, state->work.tuples,
1909 for (t = ISC_LIST_HEAD(state->affected.tuples); t != NULL;
2012 dns_diff_clear(&state->affected);
2017 * Find names potentially affected by delegation changes
2036 CHECK(namelist_append_name(&state->affected, name));
2068 &state->affected));
2079 while ((t = ISC_LIST_HEAD(state->affected.tuples)) != NULL) {
2105 ISC_LIST_UNLINK(state->affected.tuples, t, link);
2111 ISC_LIST_APPENDLIST(state->affected.tuples, state->work.tuples,
2186 dns_diff_clear(&state->affected);