Searched refs:DB_EXIST (Results 1 – 1 of 1) sorted by relevance
70 #define DB_EXIST 1 /* The catalogue exists */ macro167 db->flag |= DB_EXIST; in load_db()182 if ((db->flag & (DB_OPEN|DB_EXIST)) == in unload_db()183 (DB_OPEN|DB_EXIST)) { in unload_db()228 if (db == NULL || (db->flag & DB_EXIST) == 0) in valid_msg()