Lines Matching refs:LDAPControlSet
12 LDAPControlSet::LDAPControlSet(){ in LDAPControlSet() function in LDAPControlSet
15 LDAPControlSet::LDAPControlSet(const LDAPControlSet& cs){ in LDAPControlSet() function in LDAPControlSet
20 LDAPControlSet::LDAPControlSet(LDAPControl** controls){ in LDAPControlSet() function in LDAPControlSet
30 LDAPControlSet::~LDAPControlSet(){ in ~LDAPControlSet()
34 size_t LDAPControlSet::size() const { in size()
39 bool LDAPControlSet::empty() const { in empty()
44 LDAPControlSet::const_iterator LDAPControlSet::begin() const{ in begin()
50 LDAPControlSet::const_iterator LDAPControlSet::end() const{ in end()
55 void LDAPControlSet::add(const LDAPCtrl& ctrl){ in add()
60 LDAPControl** LDAPControlSet::toLDAPControlArray() const{ in toLDAPControlArray()
76 void LDAPControlSet::freeLDAPControlArray(LDAPControl **ctrl){ in freeLDAPControlArray()