Home | History | Annotate | Download | only in apps

Lines Matching defs:dbfile

291 	char *dbfile=NULL;
337 dbfile= *(++argv);
389 if (dbfile && configfile)
391 BIO_printf(bio_err,"-dbfile and -configfile cannot be specified together.\n");
433 if (!dbfile)
500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
512 VERBOSE BIO_printf(bio_err,"Trying to read SRP verifier file \"%s\"\n",dbfile);
514 db = load_index(dbfile, &db_attr);
727 if (!save_index(dbfile, "new", db)) goto err;
730 if (!rotate_index(dbfile, "new", "old")) goto err;