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

/httpd/include/
H A Dutil_ldap.h129 struct util_ldap_state_t *st; /* The LDAP vhost config this connection belongs to */
148 typedef struct util_ldap_state_t { struct
184 } util_ldap_state_t; typedef in typeref:struct:util_ldap_state_t
377 * @fn void util_ldap_cache_init(apr_pool_t *p, util_ldap_state_t *st)
382 apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st);
391 * @fn char *util_ald_cache_display(apr_pool_t *pool, util_ldap_state_t *st)
393 char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st);
/httpd/modules/ldap/
H A Dutil_ldap.c114 util_ldap_state_t *st;
125 st = (util_ldap_state_t *) ap_get_module_config(r->server->module_config,
213 util_ldap_state_t *st;
268 util_ldap_state_t *st =
269 (util_ldap_state_t *)ap_get_module_config(r->server->module_config,
545 util_ldap_state_t *st;
573 st = (util_ldap_state_t *)ap_get_module_config(r->server->module_config,
703 util_ldap_state_t *st =
704 (util_ldap_state_t *)ap_get_module_config(r->server->module_config,
907 util_ldap_state_t *s
[all...]
H A Dutil_ldap_cache.h188 util_url_node_t *util_ald_create_caches(util_ldap_state_t *s, const char *url);
189 util_ald_cache_t *util_ald_create_cache(util_ldap_state_t *st,
H A Dutil_ldap_cache_mgr.c274 util_url_node_t *util_ald_create_caches(util_ldap_state_t *st, const char *url)
324 util_ald_cache_t *util_ald_create_cache(util_ldap_state_t *st,
658 char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st)
H A Dutil_ldap_cache.c400 util_ldap_state_t *st = data;
417 apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st)

Completed in 1422 milliseconds