Searched refs:dbmtype (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authn_dbm.c48 const char *dbmtype; member in struct:__anon59
56 conf->dbmtype = "default";
67 conf->dbmtype = apr_pstrdup(cmd->pool, arg);
84 static apr_status_t fetch_dbm_value(const char *dbmtype, const char *dbmfile, argument
92 rv = apr_dbm_open_ex(&f, dbmtype, dbmfile, APR_DBM_READONLY,
126 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile, user, &dbm_password,
132 conf->dbmtype, conf->pwfile);
164 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile,
171 conf->dbmtype, conf->pwfile);
H A Dmod_authz_dbm.c36 const char *dbmtype; member in struct:__anon69
66 conf->dbmtype = "default";
77 (void *)APR_OFFSETOF(authz_dbm_config_rec, dbmtype),
166 user, conf->grpfile, conf->dbmtype, &groups);
171 "file: %s", conf->dbmtype, conf->grpfile);
241 user, conf->grpfile, conf->dbmtype, &groups);
246 "file: %s", conf->dbmtype, conf->grpfile);
/httpd/modules/proxy/
H A Dmod_proxy_express.c26 char *dbmtype; member in struct:__anon290
51 sconf->dbmtype = apr_pstrdup(cmd->pool, arg);
74 a->dbmtype = "default";
90 a->dbmtype = (overrides->dbmtype) ? overrides->dbmtype : base->dbmtype;
133 sconf->dbmfile, sconf->dbmtype);
134 rv = apr_dbm_open_ex(&db, sconf->dbmtype, sconf->dbmfile, APR_DBM_READONLY,
/httpd/modules/mappers/
H A Dmod_rewrite.c257 const char *dbmtype; /* dbm type for dbm map data files */ member in struct:__anon235
1333 const char *dbmtype, char *key)
1341 if ((rv = apr_dbm_open_ex(&dbmfp, dbmtype, file, APR_DBM_READONLY,
1672 value = lookup_map_dbmfile(r, s->datafile, s->dbmtype, key);
3071 newmap->dbmtype = "default";
3078 newmap->dbmtype = apr_pstrndup(cmd->pool, a2 + 4,
3095 rv = apr_dbm_get_usednames_ex(cmd->pool, newmap->dbmtype,
3100 newmap->dbmtype, " is invalid", NULL);
1332 lookup_map_dbmfile(request_rec *r, const char *file, const char *dbmtype, char *key) argument

Completed in 1958 milliseconds