Searched refs:m_Attrs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.cpp41 m_Attrs.clear();
126 return m_Attrs;
130 m_Attrs = attrs;
260 string2list(actComponent,m_Attrs, true);
365 if ( ! m_Attrs.empty() ){
368 for ( StringList::const_iterator i = m_Attrs.begin();
369 i != m_Attrs.end(); i++)
H A DLDAPUrl.h176 StringList m_Attrs; member in class:LDAPUrl

Completed in 121 milliseconds