Lines Matching defs:dbfile
286 char *dbfile = NULL, *f;
560 dbfile = lookup_conf(conf, section, ENV_DATABASE);
561 if (dbfile == NULL)
564 db = load_index(dbfile, &db_attr);
566 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile);
690 dbfile = lookup_conf(conf, section, ENV_DATABASE);
691 if (dbfile == NULL)
694 db = load_index(dbfile, &db_attr);
696 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile);
752 BIO_printf(bio_err, "Updating %s ...\n", dbfile);
762 if (!save_index(dbfile, "new", db))
765 if (!rotate_index(dbfile, "new", "old"))
1067 if (!save_index(dbfile, "new", db))
1135 if (!rotate_index(dbfile, "new", "old"))
1313 if (!save_index(dbfile, "new", db))
1316 if (!rotate_index(dbfile, "new", "old"))