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

/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_dbd.c42 static ap_dbd_t *(*authn_dbd_acquire_fn)(request_rec*) = NULL; variable
76 authn_dbd_acquire_fn = APR_RETRIEVE_OPTIONAL_FN(ap_dbd_acquire);
107 ap_dbd_t *dbd = authn_dbd_acquire_fn(r);
202 ap_dbd_t *dbd = authn_dbd_acquire_fn(r);

Completed in 118 milliseconds