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

/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_dbd.c194 const char *dbd_hash = NULL; local
239 if (dbd_hash == NULL) {
266 dbd_hash = apr_dbd_get_entry(dbd->driver, row, 0);
271 if (!dbd_hash) {
274 AUTHN_CACHE_STORE(r, user, realm, dbd_hash);
275 *rethash = apr_pstrdup(r->pool, dbd_hash);

Completed in 77 milliseconds