HomeSort by: relevance | last modified time | path
    Searched refs:LDAPUrlException (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.cpp 69 throw LDAPUrlException(LDAPUrlException::INVALID_SCOPE,
158 throw LDAPUrlException(LDAPUrlException::INVALID_SCHEME,
170 throw LDAPUrlException(LDAPUrlException::INVALID_URL,
185 throw LDAPUrlException(LDAPUrlException::INVALID_SCHEME,
190 throw LDAPUrlException(LDAPUrlException::INVALID_URL)
    [all...]
LDAPUrl.h 15 class LDAPUrlException;
190 class LDAPUrlException {
192 LDAPUrlException(int code, const std::string &msg="" );
  /src/external/bsd/openldap/dist/contrib/ldapc++/examples/
urlTest.cpp 35 } catch (LDAPUrlException e) {

Completed in 25 milliseconds