Lines Matching refs:LdapConnection

35 oslModule		LdapConnection::s_Ldap_Module = NULL;
36 t_ldap_unbind_s LdapConnection::s_p_unbind_s = NULL;
37 t_ldap_simple_bind_s LdapConnection::s_p_simple_bind_s = NULL;
38 t_ldap_set_option LdapConnection::s_p_set_option = NULL;
39 t_ldap_err2string LdapConnection::s_p_err2string = NULL;
40 t_ldap_init LdapConnection::s_p_init = NULL;
41 t_ldap_msgfree LdapConnection::s_p_msgfree = NULL;
42 t_ldap_get_dn LdapConnection::s_p_get_dn = NULL;
43 t_ldap_first_entry LdapConnection::s_p_first_entry = NULL;
44 t_ldap_first_attribute LdapConnection::s_p_first_attribute = NULL;
45 t_ldap_next_attribute LdapConnection::s_p_next_attribute = NULL;
46 t_ldap_search_s LdapConnection::s_p_search_s = NULL;
47 t_ldap_value_free LdapConnection::s_p_value_free = NULL;
48 t_ldap_get_values LdapConnection::s_p_get_values = NULL;
49 t_ldap_memfree LdapConnection::s_p_memfree = NULL;
59 (*LdapConnection::s_p_msgfree)(msg); in ~LdapMessageHolder()
69 LdapConnection::~LdapConnection() in ~LdapConnection()
75 void LdapConnection::disconnect() in disconnect()
98 message.appendAscii((*LdapConnection::s_p_err2string)(aRetCode)).appendAscii(" (") ; in checkLdapReturnCode()
120 void LdapConnection::connectSimple(const LdapDefinition& aDefinition) in connectSimple()
130 void LdapConnection::connectSimple() in connectSimple()
160 void LdapConnection::initConnection() in initConnection()
188 void LdapConnection::getUserProfile( in getUserProfile()
224 rtl::OString LdapConnection::findUserDn(const rtl::OString& aUser) in findUserDn()
274 void LdapConnection::loadModule() in loadModule()