Searched defs:dbm_hash (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authn_dbm.c161 char *dbm_hash; local
166 &dbm_hash, r->pool);
175 if (!dbm_hash) {
179 colon_hash = ap_strchr(dbm_hash, ':');
184 *rethash = dbm_hash;
185 AUTHN_CACHE_STORE(r, user, realm, dbm_hash);

Completed in 10 milliseconds