Home
last modified time | relevance | path

Searched defs:LDAPAttribute (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.cpp25 LDAPAttribute::LDAPAttribute(){ in LDAPAttribute() function in LDAPAttribute
30 LDAPAttribute::LDAPAttribute(const LDAPAttribute& attr){ in LDAPAttribute() function in LDAPAttribute
38 LDAPAttribute::LDAPAttribute(const string& name, const string& value){ in LDAPAttribute() function in LDAPAttribute
49 LDAPAttribute::LDAPAttribute(const string& name, const StringList& values){ in LDAPAttribute() function in LDAPAttribute
57 LDAPAttribute::LDAPAttribute(const char *name, char **values){ in LDAPAttribute() function in LDAPAttribute
65 LDAPAttribute::LDAPAttribute(const char *name, BerValue **values){ in LDAPAttribute() function in LDAPAttribute
H A DLDAPAttributeList.h17 class LDAPAttribute; variable