Lines Matching refs:dbfile
292 char *dbfile = NULL, *f; in ca_main() local
562 dbfile = lookup_conf(conf, section, ENV_DATABASE); in ca_main()
563 if (dbfile == NULL) in ca_main()
566 db = load_index(dbfile, &db_attr); in ca_main()
568 … BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); in ca_main()
681 dbfile = lookup_conf(conf, section, ENV_DATABASE); in ca_main()
682 if (dbfile == NULL) in ca_main()
685 db = load_index(dbfile, &db_attr); in ca_main()
687 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); in ca_main()
743 BIO_printf(bio_err, "Updating %s ...\n", dbfile); in ca_main()
753 if (!save_index(dbfile, "new", db)) in ca_main()
756 if (!rotate_index(dbfile, "new", "old")) in ca_main()
1046 if (!save_index(dbfile, "new", db)) in ca_main()
1114 if (!rotate_index(dbfile, "new", "old")) in ca_main()
1290 if (!save_index(dbfile, "new", db)) in ca_main()
1293 if (!rotate_index(dbfile, "new", "old")) in ca_main()