Home
last modified time | relevance | path

Searched refs:srvMsg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConnection.cpp53 string srvMsg = res->getErrMsg(); in bind() local
56 throw LDAPException(resCode, srvMsg); in bind()
87 string srvMsg = res->getErrMsg(); in saslInteractiveBind() local
90 throw LDAPException(resCode, srvMsg); in saslInteractiveBind()
135 string srvMsg = res->getErrMsg(); in compare()
138 throw LDAPException(resCode, srvMsg); in compare()
169 string srvMsg = res->getErrMsg(); in del()
172 throw LDAPException(resCode, srvMsg); in del()
204 string srvMsg = res->getErrMsg(); in add()
207 throw LDAPException(resCode, srvMsg); in add()
[all …]