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

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPSaslBindResult.cpp22 LDAP* lc = req->getConnection()->getSessionHandle();
H A DLDAPSearchReference.cpp25 int err = ldap_parse_reference(con->getSessionHandle(), msg, &ref,
H A DLDAPSearchResult.cpp23 int err = ldap_get_entry_controls(req->getConnection()->getSessionHandle(),
H A DLDAPExtResult.cpp22 LDAP* lc = req->getConnection()->getSessionHandle();
H A DLDAPDeleteRequest.cpp46 int err=ldap_delete_ext(m_connection->getSessionHandle(),m_dn.c_str(),
H A DLDAPException.cpp27 LDAP *l = lc->getSessionHandle();
H A DLDAPSearchRequest.cpp68 ldap_set_option(m_connection->getSessionHandle(), LDAP_OPT_DEREF,
70 int err=ldap_search_ext(m_connection->getSessionHandle(), m_base.c_str(),
H A DLDAPAddRequest.cpp50 int err=ldap_add_ext(m_connection->getSessionHandle(),
H A DLDAPResult.cpp27 int err=ldap_parse_result(con->getSessionHandle(),msg,&m_resCode,
H A DLDAPCompareRequest.cpp50 int err=ldap_compare_ext(m_connection->getSessionHandle(),m_dn.c_str(),
H A DLDAPEntry.cpp36 char* tmp=ldap_get_dn(ld->getSessionHandle(),msg);
H A DLDAPModifyRequest.cpp51 int err=ldap_modify_ext(m_connection->getSessionHandle(),m_dn.c_str(),
H A DLDAPExtRequest.cpp53 int err=ldap_extended_operation(m_connection->getSessionHandle(),
H A DLDAPModDNRequest.cpp59 int err=ldap_rename(m_connection->getSessionHandle(),m_dn.c_str(),newRDN,
H A DLDAPAttributeList.cpp40 char *name=ldap_first_attribute(ld->getSessionHandle(), msg, &ptr);
56 name=ldap_next_attribute(ld->getSessionHandle(),msg,ptr) ){
57 values=ldap_get_values_len(ld->getSessionHandle(),
H A DLDAPBindRequest.cpp66 int err=ldap_sasl_bind(m_connection->getSessionHandle(),dn,
98 int err=ldap_sasl_bind(m_connection->getSessionHandle(), "", m_mech.c_str(),
150 int res = ldap_sasl_interactive_bind_s( m_connection->getSessionHandle(),
H A DLDAPAsynConnection.cpp300 LDAP* LDAPAsynConnection::getSessionHandle() const{ function in class:LDAPAsynConnection
301 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::getSessionHandle()" << endl);
348 err = ldap_sasl_bind_s(tmpConn->getSessionHandle(), c_dn,
352 err = ldap_sasl_bind_s(tmpConn->getSessionHandle(),NULL,
H A DLDAPAsynConnection.h262 LDAP* getSessionHandle() const ;
H A DLDAPRequest.cpp57 res=ldap_result(this->m_connection->getSessionHandle(),

Completed in 298 milliseconds