Lines Matching refs:dbfile
301 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()
876 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN()
881 db = load_index(dbfile, &db_attr); in MAIN()
952 dbfile); in MAIN()
967 if (!save_index(dbfile,"new",db)) goto err; in MAIN()
969 if (!rotate_index(dbfile,"new","old")) goto err; in MAIN()
1283 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
1347 if (!rotate_index(dbfile,"new","old")) goto err; in MAIN()
1513 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
1515 if (!rotate_index(dbfile, "new", "old")) goto err; in MAIN()