/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPEntry.cpp | 16 LDAPEntry::LDAPEntry(const LDAPEntry& entry){ in LDAPEntry() function in LDAPEntry 23 LDAPEntry::LDAPEntry(const string& dn, const LDAPAttributeList *attrs){ in LDAPEntry() function in LDAPEntry 34 LDAPEntry::LDAPEntry(const LDAPAsynConnection *ld, LDAPMessage *msg){ in LDAPEntry() function in LDAPEntry 42 LDAPEntry::~LDAPEntry(){ in ~LDAPEntry() 47 LDAPEntry& LDAPEntry::operator=(const LDAPEntry& from){ in operator =() 54 void LDAPEntry::setDN(const string& dn){ in setDN() 61 void LDAPEntry::setAttributes(LDAPAttributeList *attrs){ in setAttributes() 71 const string& LDAPEntry::getDN() const{ in getDN() 76 const LDAPAttributeList* LDAPEntry::getAttributes() const{ in getAttributes() 81 const LDAPAttribute* LDAPEntry::getAttributeByName(const std::string& name) const in getAttributeByName() [all …]
|
H A D | LDAPEntry.h | 21 class LDAPEntry{ 27 LDAPEntry(const LDAPEntry& entry); 35 LDAPEntry(const std::string& dn=std::string(), 44 LDAPEntry(const LDAPAsynConnection *ld, LDAPMessage *msg); 49 ~LDAPEntry(); 54 LDAPEntry& operator=(const LDAPEntry& from); 112 friend std::ostream& operator << (std::ostream& s, const LDAPEntry& le);
|
H A D | LDAPEntryList.h | 15 class LDAPEntry; variable 24 typedef std::list<LDAPEntry> ListType; 67 void addEntry(const LDAPEntry& e);
|
H A D | LDAPSearchResult.cpp | 20 entry = new LDAPEntry(req->getConnection(), msg); in LDAPSearchResult() 40 entry = new LDAPEntry(*(res.entry)); in LDAPSearchResult() 48 const LDAPEntry* LDAPSearchResult::getEntry() const{ in getEntry()
|
H A D | LDAPSearchResults.cpp | 47 LDAPEntry* LDAPSearchResults::getNext(){ in getNext() 49 LDAPEntry* ret= new LDAPEntry(*entryPos); in getNext()
|
H A D | LDAPAddRequest.cpp | 23 m_entry=new LDAPEntry(*(req.m_entry)); in LDAPAddRequest() 26 LDAPAddRequest::LDAPAddRequest(const LDAPEntry* entry, in LDAPAddRequest() 35 m_entry = new LDAPEntry(*entry); in LDAPAddRequest()
|
H A D | LDAPSearchResult.h | 42 const LDAPEntry* getEntry() const; 45 LDAPEntry *entry;
|
H A D | LDAPAddRequest.h | 20 LDAPAddRequest(const LDAPEntry* entry, 28 LDAPEntry* m_entry;
|
H A D | Makefile.am | 22 LDAPEntry.cpp \ 62 LDAPEntry.h \
|
H A D | LDAPSearchResults.h | 49 LDAPEntry* getNext();
|
H A D | LdifWriter.h | 20 void writeRecord(const LDAPEntry& le);
|
H A D | LDAPEntryList.cpp | 37 void LDAPEntryList::addEntry(const LDAPEntry& e){ in addEntry()
|
H A D | LdifReader.h | 37 LDAPEntry getEntryRecord();
|
H A D | LdifReader.cpp | 180 LDAPEntry LdifReader::getEntryRecord() in getEntryRecord() 188 LDAPEntry resEntry(i->second); in getEntryRecord()
|
H A D | LDAPConnection.h | 149 void add(const LDAPEntry* le, const LDAPConstraints* cons=0);
|
H A D | LdifWriter.cpp | 32 void LdifWriter::writeRecord(const LDAPEntry& le) in writeRecord()
|
H A D | LDAPAsynConnection.h | 193 LDAPMessageQueue* add( const LDAPEntry* le,
|
H A D | Makefile.in | 84 LDAPDeleteRequest.lo LDAPEntry.lo LDAPEntryList.lo \ 247 LDAPEntry.cpp \ 287 LDAPEntry.h \ 432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LDAPEntry.Plo@am__quote@
|
H A D | LDAPConnection.cpp | 177 void LDAPConnection::add(const LDAPEntry* le, const LDAPConstraints* cons){ in add()
|
H A D | LDAPAsynConnection.cpp | 192 LDAPMessageQueue* LDAPAsynConnection::add( const LDAPEntry* le, in add()
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/ |
H A D | main.cpp | 44 LDAPEntry* entry=new LDAPEntry( in main() 53 LDAPEntry* entry = entries->getNext(); in main()
|
H A D | readSchema.cpp | 34 LDAPEntry* rootDse = entries->getNext(); in main() 47 LDAPEntry* entry = entries->getNext(); in main()
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | TODO | 21 - Add methods to the Data Classes (LDAPAttribute, LDAPEntry) for higher
|