Searched defs:util_ldap_state_t (Results 1 - 1 of 1) 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);

Completed in 21 milliseconds