Home | History | Annotate | Download | only in apps

Lines Matching defs:dbfile

248     char *dbfile = NULL, *f;
493 dbfile = lookup_conf(conf, section, ENV_DATABASE);
494 if (dbfile == NULL)
497 db = load_index(dbfile, &db_attr);
622 dbfile = lookup_conf(conf, section, ENV_DATABASE);
623 if (dbfile == NULL)
626 db = load_index(dbfile, &db_attr);
682 BIO_printf(bio_err, "Updating %s ...\n", dbfile);
692 if (!save_index(dbfile, "new", db))
695 if (!rotate_index(dbfile, "new", "old"))
984 if (!save_index(dbfile, "new", db))
1052 if (!rotate_index(dbfile, "new", "old"))
1223 if (!save_index(dbfile, "new", db))
1226 if (!rotate_index(dbfile, "new", "old"))