Home | History | Annotate | Download | only in apps

Lines Matching refs:dbfile

305 	char *dbfile=NULL;
727 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
732 db = load_index(dbfile,&db_attr);
890 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
895 db = load_index(dbfile, &db_attr);
966 dbfile);
981 if (!save_index(dbfile,"new",db)) goto err;
983 if (!rotate_index(dbfile,"new","old")) goto err;
1299 if (!save_index(dbfile, "new", db)) goto err;
1363 if (!rotate_index(dbfile,"new","old")) goto err;
1530 if (!save_index(dbfile, "new", db)) goto err;
1532 if (!rotate_index(dbfile, "new", "old")) goto err;