Searched refs:delAttribute (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttributeList.h100 void delAttribute(const std::string& type);
H A DLDAPEntry.h86 * (simple wrapper around LDAPAttributeList::delAttribute() ).
89 void delAttribute(const std::string& type);
H A DLDAPEntry.cpp91 void LDAPEntry::delAttribute(const std::string& type) function in class:LDAPEntry
93 m_attrs->delAttribute(type);
H A DLDAPAttributeList.cpp143 void LDAPAttributeList::delAttribute(const std::string& type) function in class:LDAPAttributeList
166 this->delAttribute( attr.getName() );
H A DLdifReader.cpp207 curAl->delAttribute( i->first );

Completed in 101 milliseconds