Lines Matching refs:updates
445 * Perform the updates in 'updates' in version 'ver' of 'db' and log the
449 * \li 'updates' is empty.
452 do_diff(dns_diff_t *updates, dns_db_t *db, dns_dbversion_t *ver,
456 while (! ISC_LIST_EMPTY(updates->tuples)) {
457 dns_difftuple_t *t = ISC_LIST_HEAD(updates->tuples);
458 ISC_LIST_UNLINK(updates->tuples, t, link);
2487 dns_diff_t diff; /* Pending updates. */
2520 * if we would refuse all updates for this zone we bail out here.
2662 "'rndc thaw' to re-enable updates.");
2720 "explicit NSEC3 updates are not allowed "
2724 "explicit NSEC updates are not allowed "
2729 "explicit RRSIG updates are currently "