Searched refs:resCode (Results 1 – 1 of 1) sorted by relevance
45 int resCode=res->getResultCode(); in bind() local46 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() local80 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() local115 switch (resCode){ in compare()[all …]