Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConnection.cpp15 const int LDAPConnection::SEARCH_ONE = LDAPAsynConnection::SEARCH_ONE; member in LDAPConnection
H A DLDAPConnection.h36 static const int SEARCH_ONE; variable
H A DLDAPAsynConnection.h59 static const int SEARCH_ONE=1; variable
H A DLDAPSearchRequest.cpp110 (m_scope == LDAPAsynConnection::SEARCH_ONE) in followReferral()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A Dmain.cpp51 LDAPConnection::SEARCH_ONE); in main()