Searched refs:LDAPExtRequest (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPExtRequest.cpp | 19 LDAPExtRequest::LDAPExtRequest(const LDAPExtRequest& req) : in LDAPExtRequest() function in LDAPExtRequest 26 LDAPExtRequest::LDAPExtRequest(const string& oid, const string& data, in LDAPExtRequest() function in LDAPExtRequest 37 LDAPExtRequest::~LDAPExtRequest(){ in ~LDAPExtRequest() 41 LDAPMessageQueue* LDAPExtRequest::sendRequest(){ in sendRequest() 67 LDAPRequest* LDAPExtRequest::followReferral(LDAPMsg* ref){ in followReferral() 79 return new LDAPExtRequest(m_oid, m_data, con, m_cons,true,this); in followReferral()
|
H A D | LDAPExtRequest.h | 14 class LDAPExtRequest : LDAPRequest { 17 LDAPExtRequest(const LDAPExtRequest& req); 18 LDAPExtRequest(const std::string& oid, const std::string& data, 21 virtual ~LDAPExtRequest();
|
H A D | Makefile.am | 25 LDAPExtRequest.cpp \ 95 LDAPExtRequest.h \
|
H A D | LDAPAsynConnection.cpp | 244 LDAPExtRequest *req = new LDAPExtRequest(oid, value, this,cons); in extOperation()
|
H A D | Makefile.in | 85 LDAPException.lo LDAPExtRequest.lo LDAPExtResult.lo \ 250 LDAPExtRequest.cpp \ 320 LDAPExtRequest.h \ 435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPExtRequest.Plo@am__quote@
|