Searched refs:LDAPReferralException (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPException.cpp83 LDAPReferralException::LDAPReferralException(const LDAPUrlList& urls) throw() function in class:LDAPReferralException
88 LDAPReferralException::~LDAPReferralException() throw()
92 const LDAPUrlList& LDAPReferralException::getUrls() throw()
H A DLDAPException.h84 class LDAPReferralException : public LDAPException class in inherits:LDAPException
91 LDAPReferralException(const LDAPUrlList& urls) throw();
96 ~LDAPReferralException() throw();
H A DLDAPConnection.cpp51 throw LDAPReferralException(urls);
85 throw LDAPReferralException(urls);
131 throw LDAPReferralException(urls);
165 throw LDAPReferralException(urls);
200 throw LDAPReferralException(urls);
235 throw LDAPReferralException(urls);
273 throw LDAPReferralException(urls);
316 throw LDAPReferralException(urls);
353 throw LDAPReferralException(urls);
H A DLDAPSearchResults.cpp56 throw(LDAPReferralException(urls));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/examples/
H A Dmain.cpp64 }catch(LDAPReferralException e){

Completed in 72 milliseconds