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

/freebsd-10-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c49 typedef struct apr_ldap_rebind_entry apr_ldap_rebind_entry_t; typedef in typeref:struct:apr_ldap_rebind_entry
56 #define xref_head ((apr_ldap_rebind_entry_t *)(apd->gs_xref_head))
61 static apr_ldap_rebind_entry_t *xref_head = NULL;
104 apr_ldap_rebind_entry_t *new_xref;
110 new_xref = (apr_ldap_rebind_entry_t *)apr_pcalloc(pool, sizeof(apr_ldap_rebind_entry_t));
158 apr_ldap_rebind_entry_t *tmp_xref, *prev = NULL;
211 static apr_ldap_rebind_entry_t *apr_ldap_rebind_lookup(LDAP *ld)
213 apr_ldap_rebind_entry_t *tmp_xref, *match = NULL;
256 apr_ldap_rebind_entry_t *my_con
[all...]

Completed in 246 milliseconds