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

/httpd/modules/aaa/
H A Dmod_authn_dbd.c43 static ap_dbd_t *(*authn_dbd_acquire_fn)(request_rec*) = NULL; variable
79 authn_dbd_acquire_fn = APR_RETRIEVE_OPTIONAL_FN(ap_dbd_acquire);
112 ap_dbd_t *dbd = authn_dbd_acquire_fn(r);
209 ap_dbd_t *dbd = authn_dbd_acquire_fn(r);

Completed in 10 milliseconds