Home
last modified time | relevance | path

Searched refs:replaceAttribute (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntry.cpp96 void LDAPEntry::replaceAttribute(const LDAPAttribute& attr) in replaceAttribute() function in LDAPEntry
98 m_attrs->replaceAttribute(attr); in replaceAttribute()
H A DLDAPAttributeList.h106 void replaceAttribute(const LDAPAttribute& attr);
H A DLDAPEntry.h96 void replaceAttribute(const LDAPAttribute& attr);
H A DLDAPAttributeList.cpp159 void LDAPAttributeList::replaceAttribute(const LDAPAttribute& attr) in replaceAttribute() function in LDAPAttributeList