Lines Matching refs:FALSE

120 		return (FALSE);
276 * Returns 'TRUE' if successful, FALSE otherwise.
299 return (FALSE); // cannot delete if it is not there
338 return (FALSE); /* duplicates not allowed */
614 initialized = FALSE;
619 logfile_opened = FALSE;
620 changed = FALSE;
755 WRITELOCK(this, FALSE, "w db_dictionary::inittemp");
758 WRITEUNLOCK(this, FALSE, "wu db_dictionary::inittemp");
765 WRITEUNLOCK(this, FALSE,
768 DB_MEMORY_LIMIT, FALSE);
774 WRITEUNLOCK(this, FALSE,
777 DB_MEMORY_LIMIT, FALSE);
783 WRITEUNLOCK(this, FALSE,
786 DB_MEMORY_LIMIT, FALSE);
795 initialized = FALSE;
799 WRITEUNLOCK(this, FALSE,
803 DB_MEMORY_LIMIT, FALSE);
810 WRITEUNLOCK(this, FALSE,
824 changed = FALSE;
828 WRITEUNLOCK(this, FALSE, "wu db_dictionary::inittemp");
1026 dbase = find_table(infile, &tbl, TRUE, TRUE, FALSE);
1038 dbase = find_table(infile, &tbl, TRUE, TRUE, FALSE);
1059 READLOCK(this, FALSE, "r db_dictionary::extract_entries");
1066 READUNLOCK(this, FALSE,
1068 return (FALSE);
1081 READUNLOCK(this, FALSE,
1083 return (FALSE);
1088 READUNLOCK(this, FALSE,
1090 return (FALSE);
1094 READUNLOCK(this, FALSE,
1096 return (FALSE);
1098 READUNLOCK(this, FALSE,
1116 WRITELOCK(this, FALSE, "w db_dictionary::init");
1122 WRITEUNLOCK(this, FALSE,
1125 DB_MEMORY_LIMIT, FALSE);
1131 WRITEUNLOCK(this, FALSE,
1134 DB_MEMORY_LIMIT, FALSE);
1140 WRITEUNLOCK(this, FALSE,
1143 DB_MEMORY_LIMIT, FALSE);
1153 initialized = FALSE;
1157 WRITEUNLOCK(this, FALSE,
1160 DB_MEMORY_LIMIT, FALSE);
1172 changed = FALSE;
1190 * Returns TRUE always for valid log entries; FALSE otherwise.
1197 WRITELOCK(dict, FALSE, "w apply_log_entry");
1218 WRITEUNLOCK(dict, FALSE, "wu apply_log_entry");
1219 return (FALSE);
1270 initialized = FALSE;
1271 changed = FALSE;
1322 if (changed == FALSE) {
1345 changed = FALSE;
1367 logfile_opened = FALSE;
1380 logfile_opened = FALSE;
1822 * Return FALSE if dictionary has not been initialized, or
2349 ret = remove_from_dictionary(deferred.dictionary, table, FALSE);
2367 ret = remove_from_dictionary(dictionary, table, FALSE);
2416 ret = remove_from_dictionary(deferred.dictionary, table, FALSE);