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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.h80 int m_requestType; member in class:LDAPRequest
H A DLDAPRequest.cpp93 return m_requestType;
118 if( (this->m_requestType == req->getType()) &&
H A DLDAPDeleteRequest.cpp32 m_requestType=LDAPRequest::DELETE;
H A DLDAPAddRequest.cpp34 m_requestType = LDAPRequest::ADD;
H A DLDAPCompareRequest.cpp34 m_requestType=LDAPRequest::COMPARE;
H A DLDAPSearchRequest.cpp43 m_requestType=LDAPRequest::SEARCH;

Completed in 173 milliseconds