Lines Matching refs:dbfile
309 char *dbfile=NULL; in MAIN() local
713 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN()
718 db = load_index(dbfile,&db_attr); in MAIN()
881 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN()
886 db = load_index(dbfile, &db_attr); in MAIN()
957 dbfile); in MAIN()
972 if (!save_index(dbfile,"new",db)) goto err; in MAIN()
974 if (!rotate_index(dbfile,"new","old")) goto err; in MAIN()
1272 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
1336 if (!rotate_index(dbfile,"new","old")) goto err; in MAIN()
1500 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
1502 if (!rotate_index(dbfile, "new", "old")) goto err; in MAIN()