HomeSort by: relevance | last modified time | path
    Searched defs:getAttributeByName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPEntry.cpp 81 const LDAPAttribute* LDAPEntry::getAttributeByName(const std::string& name) const
83 return m_attrs->getAttributeByName(name);
LDAPAttributeList.cpp 91 const LDAPAttribute* LDAPAttributeList::getAttributeByName(
93 DEBUG(LDAP_DEBUG_TRACE,"LDAPAttribute::getAttributeByName()" << endl);

Completed in 24 milliseconds