Home
last modified time | relevance | path

Searched refs:m_requestType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRequest.cpp93 return m_requestType; in getType()
118 if( (this->m_requestType == req->getType()) && in equals()
H A DLDAPRequest.h82 int m_requestType; variable
H A DLDAPDeleteRequest.cpp32 m_requestType=LDAPRequest::DELETE; in LDAPDeleteRequest()
H A DLDAPCompareRequest.cpp34 m_requestType=LDAPRequest::COMPARE; in LDAPCompareRequest()
H A DLDAPAddRequest.cpp34 m_requestType = LDAPRequest::ADD; in LDAPAddRequest()
H A DLDAPSearchRequest.cpp43 m_requestType=LDAPRequest::SEARCH; in LDAPSearchRequest()