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

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPConnection.cpp 53 string srvMsg = res->getErrMsg();
56 throw LDAPException(resCode, srvMsg);
87 string srvMsg = res->getErrMsg();
90 throw LDAPException(resCode, srvMsg);
135 string srvMsg = res->getErrMsg();
138 throw LDAPException(resCode, srvMsg);
169 string srvMsg = res->getErrMsg();
172 throw LDAPException(resCode, srvMsg);
204 string srvMsg = res->getErrMsg();
207 throw LDAPException(resCode, srvMsg);
    [all...]
LDAPConnection.cpp 53 string srvMsg = res->getErrMsg();
56 throw LDAPException(resCode, srvMsg);
87 string srvMsg = res->getErrMsg();
90 throw LDAPException(resCode, srvMsg);
135 string srvMsg = res->getErrMsg();
138 throw LDAPException(resCode, srvMsg);
169 string srvMsg = res->getErrMsg();
172 throw LDAPException(resCode, srvMsg);
204 string srvMsg = res->getErrMsg();
207 throw LDAPException(resCode, srvMsg);
    [all...]

Completed in 41 milliseconds