Searched refs:DB_EXIST (Results 1 – 1 of 1) sorted by relevance
68 #define DB_EXIST 1 /* The catalogue exists */ macro165 db->flag |= DB_EXIST; in load_db()180 if ((db->flag & (DB_OPEN|DB_EXIST)) == in unload_db()181 (DB_OPEN|DB_EXIST)) { in unload_db()226 if (db == NULL || (db->flag & DB_EXIST) == 0) in valid_msg()