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

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c92 } authn_ldap_request_t; typedef in typeref:struct:__anon66
434 authn_ldap_request_t *req =
435 (authn_ldap_request_t *)ap_get_module_config(r->request_config, &authnz_ldap_module);
472 static authn_ldap_request_t* build_request_config(request_rec *r) {
473 authn_ldap_request_t *req =
474 (authn_ldap_request_t *)apr_pcalloc(r->pool, sizeof(authn_ldap_request_t));
484 authn_ldap_request_t *req =
485 (authn_ldap_request_t *)ap_get_module_config(r->request_config, &authnz_ldap_module);
511 authn_ldap_request_t *re
[all...]

Completed in 768 milliseconds