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

/httpd/modules/aaa/
H A Dmod_authz_dbd.c53 static ap_dbd_t *(*dbd_handle)(request_rec*) = NULL; variable
90 dbd_handle = APR_RETRIEVE_OPTIONAL_FN(ap_dbd_acquire);
119 ap_dbd_t *dbd = dbd_handle(r);
203 ap_dbd_t *dbd = dbd_handle(r);

Completed in 589 milliseconds