Lines Matching refs:FALSE

84 	logfile_opened = FALSE;
85 changed = FALSE;
330 bool_t copylog = FALSE;
450 logfile_opened = FALSE;
466 logfile_opened = FALSE;
507 * Returns TRUE always for valid log entries; FALSE otherwise.
515 WRITELOCK(db, FALSE, "db::apply_log_entry");
535 WRITEUNLOCK(db, FALSE, "db::apply_log_entry");
536 return (FALSE);
541 WRITEUNLOCK(db, FALSE, "db::apply_log_entry");
550 * Returns TRUE if 'j' was executed; FALSE if it was not.
558 bool_t copylog = FALSE;
577 WRITELOCK(this, FALSE, "w db::execute_log_entry");
580 WRITEUNLOCK(this, FALSE, "wu db::execute_log_entry");
581 return (FALSE);
588 WRITEUNLOCK(this, FALSE, "wu db::execute_log_entry");
589 return (FALSE);
593 WRITEUNLOCK(this, FALSE, "wu db::execute_log_entry");
619 Return TRUE if load succeeds; FALSE otherwise. */
626 WRITELOCK(this, FALSE, "w db::load");
638 WRITEUNLOCK(this, FALSE, "wu db::load");
639 return (FALSE);
642 changed = FALSE;
644 WRITELOCK2((&internal_db), FALSE, "w internal_db db::load", this);
652 (changed ? TRUE : FALSE), (changed ? TRUE : FALSE),
661 * the scheme. Returns TRUE if initialization succeeds; FALSE otherwise.
666 bool_t ret = FALSE;
668 WRITELOCK(this, FALSE, "w db::init");
677 WRITEUNLOCK(this, FALSE, "wu db::init");
688 Returns TRUE if checkpoint was successful; FALSE otherwise.
693 WRITELOCK(this, FALSE, "w db::checkpoint");
694 if (changed == FALSE) {
695 WRITEUNLOCK(this, FALSE, "wu db::checkpoint");
708 WRITEUNLOCK(this, FALSE, "wu db::checkpoint");
709 return (FALSE);
717 WRITEUNLOCK(this, FALSE, "wu db::checkpoint");
718 return (FALSE);
724 changed = FALSE;
725 WRITEUNLOCK(this, FALSE, "wu db::checkpoint");
776 count = f.execute_on_log(&(entry_since), (char *) &ti, FALSE);
835 if (logfile_opened == FALSE || logfile->sync_log())