Lines Matching defs:database
357 { "groom-time", 'g', "SECONDS", 0, "Number of seconds to wait between database grooming, 0=disable.", 0 },
358 { "maxigroom", 'G', NULL, 0, "Run a complete database groom/shrink pass at startup.", 0 },
365 { "database", 'd', "FILE", 0, "Path to sqlite database.", 0 },
368 { "regex-groom", 'r', NULL, 0,"Uses regexes from -I and -X arguments to groom the database.",0},
386 { "passive", ARGP_KEY_PASSIVE, NULL, 0, "Do not scan or groom, read-only database.", 0 },
507 /* When using the in-memory database make sure it is shareable,
2247 // We couldn't find it in the database. Last ditch effort
2758 // from our own debuginfod database.
3293 // finally ... time to run elf_classify on this bad boy and update the database
3321 // the database for storage efficiency.
3606 (void) statfs_free_enough_p(db_path, "database"); // report sqlite filesystem size
3672 the buildid database does not have relative path
3789 sqlite_ps ps_query (db, "database-overview",
3792 obatched(clog) << "database record counts:" << endl;
3817 // Do a round of database grooming that might take many minutes to run.
3820 obatched(clog) << "grooming database" << endl;
3889 // the deletion from the database. Doing this during the SELECT
3954 (void) statfs_free_enough_p(db_path, "database"); // report sqlite filesystem size
3966 obatched(clog) << "groomed database in " << deltas << "s" << endl;
4067 // same package are in the database.
4147 /* Get database ready. */
4160 "cannot open %s, deleted database: %s", db_path.c_str(), sqlite3_errmsg(db));
4165 "cannot open %s, consider deleting database: %s", db_path.c_str(), sqlite3_errmsg(db));
4180 "cannot open %s, consider deleting database: %s", db_path.c_str(), sqlite3_errmsg(dbq));
4184 obatched(clog) << "opened database " << db_path
4204 "cannot run database schema ddl: %s", sqlite3_errmsg(db));
4264 sqlite3 *database = db;
4268 sqlite3_close (database);
4281 obatched(clog) << "maxigrooming database, please wait." << endl;
4290 // vs. =off (only 2x but may corrupt database if program dies mid-vacuum)
4306 "warning: cannot run database extra ddl %s: %s", i.c_str(), sqlite3_errmsg(db));
4309 obatched(clog) << "maxigroomed database" << endl;
4348 error (EXIT_FAILURE, rc, "cannot spawn thread to groom database\n");
4405 "warning: cannot run database cleanup ddl: %s", sqlite3_errmsg(db));
4415 sqlite3 *database = db;
4420 (void) sqlite3_close (database);