Home | History | Annotate | Download | only in apps

Lines Matching defs:dbfile

337     char *dbfile = NULL, *f;
607 dbfile = lookup_conf(conf, section, ENV_DATABASE);
608 if (dbfile == NULL)
611 db = load_index(dbfile, &db_attr);
613 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile);
726 dbfile = lookup_conf(conf, section, ENV_DATABASE);
727 if (dbfile == NULL)
730 db = load_index(dbfile, &db_attr);
732 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile);
787 BIO_printf(bio_err, "Updating %s ...\n", dbfile);
797 if (!save_index(dbfile, "new", db))
800 if (!rotate_index(dbfile, "new", "old"))
1087 if (!save_index(dbfile, "new", db))
1155 if (!rotate_index(dbfile, "new", "old"))
1329 if (!save_index(dbfile, "new", db))
1332 if (!rotate_index(dbfile, "new", "old"))