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

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControl.h19 class LDAPCtrl{ class
29 LDAPCtrl(const char *oid, bool critical=false, const char *data=0,
39 LDAPCtrl(const std::string& oid, bool critical,
45 LDAPCtrl(const LDAPControl* ctrl);
50 ~LDAPCtrl();
H A DLDAPControl.cpp13 LDAPCtrl::LDAPCtrl(const char *oid, bool critical, const char* data, function in class:LDAPCtrl
15 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl);
29 LDAPCtrl::LDAPCtrl(const string& oid, bool critical, const string& data){ function in class:LDAPCtrl
30 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl()" << endl);
39 LDAPCtrl::LDAPCtrl(cons function in class:LDAPCtrl
[all...]
H A DLDAPControlSet.h16 typedef std::list<LDAPCtrl> CtrlList;
19 * This container class is used to store multiple LDAPCtrl-objects.
54 * @return The number of LDAPCtrl-objects that are currently
60 * @return true if there are zero LDAPCtrl-objects currently
80 void add(const LDAPCtrl& ctrl);
H A DLDAPControlSet.cpp25 add(LDAPCtrl(*i));
55 void LDAPControlSet::add(const LDAPCtrl& ctrl){
80 LDAPCtrl::freeLDAPControlStruct(*i);
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A Dmain.cpp24 ctrls->add(LDAPCtrl(LDAP_CONTROL_MANAGEDSAIT));

Completed in 125 milliseconds