Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DreadSchema.cpp31 LDAPConnection::SEARCH_BASE, in main()
44 entries = lc->search(schemabase, LDAPConnection::SEARCH_BASE, "(objectClass=*)", in main()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConnection.cpp14 const int LDAPConnection::SEARCH_BASE = LDAPAsynConnection::SEARCH_BASE; member in LDAPConnection
H A DLDAPConnection.h30 static const int SEARCH_BASE;
H A DLDAPAsynConnection.h53 static const int SEARCH_BASE=0;
H A DLDAPSearchRequest.cpp112 scope = LDAPAsynConnection::SEARCH_BASE; in followReferral()