Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConnection.cpp45 int resCode=res->getResultCode(); in bind() local
46 if(resCode != LDAPResult::SUCCESS) { in bind()
47 if(resCode == LDAPResult::REFERRAL){ in bind()
56 throw LDAPException(resCode, srvMsg); in bind()
79 int resCode=res->getResultCode(); in saslInteractiveBind() local
80 if(resCode != LDAPResult::SUCCESS) { in saslInteractiveBind()
81 if(resCode == LDAPResult::REFERRAL){ in saslInteractiveBind()
90 throw LDAPException(resCode, srvMsg); in saslInteractiveBind()
114 int resCode=res->getResultCode(); in compare() local
115 switch (resCode){ in compare()
[all …]