Lines Matching defs:filename
66 char *filename;
147 return apr_dbm_open_ex(&htdbm->dbm, htdbm->type, htdbm->filename, APR_DBM_RWCREATE,
150 return apr_dbm_open_ex(&htdbm->dbm, htdbm->type, htdbm->filename,
220 fprintf(stderr, "Empty database -- %s\n", htdbm->filename);
223 fprintf(stderr, "Dumping records from database -- %s\n", htdbm->filename);
228 fprintf(stderr, "Failed getting data from %s\n", htdbm->filename);
386 * (the filename, the username, and possibly the password if -b was
394 h->filename = apr_pstrdup(h->ctx.pool, argv[i++]);
396 fprintf(stderr, "Error opening database %s\n", h->filename);
457 fprintf(stdout, "Database %s %s.\n", h->filename,