HomeSort by: relevance | last modified time | path
    Searched defs:getSessionHandle (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAsynConnection.cpp 300 LDAP* LDAPAsynConnection::getSessionHandle() const{
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,

Completed in 40 milliseconds