Lines Matching defs:update
355 static const char updateoption[] = "-update";
1400 * the slave's update log when loading
2553 * Usage: load_db [-i] [-old] [-ov] [-b6] [-b7] [-verbose] [-update] [-hash]
2576 int update, verbose;
2597 update = 0;
2626 update = 1;
2731 if (load->updateonly && !update) {
2735 "be loaded with the -update flag\n"),
2742 * Cons up params for the new databases. If we are not in update
2747 if (! update) {
2768 * If not an update restoration, create the database. otherwise open
2770 if (!update) {
2821 * If an update restoration, make sure the db is left unusable if
2822 * the update fails.
2824 if ((kret = krb5_db_lock(kcontext, update?KRB5_DB_LOCKMODE_PERMANENT: KRB5_DB_LOCKMODE_EXCLUSIVE))) {
2859 * We also don't want to add to the update log since we
2861 * we could easily exceed # of update entries
2865 if (!update) {
2897 if (!update && load->create_kadm5 &&
2922 if (exit_status == 0 && !update) {
2938 * If not an update: if there was an error, destroy the temp database,
2941 * If an update: if there was no error, unlock the database.
2943 if (!update) {