Searched refs:tmpClCtrls (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPDeleteRequest.cpp45 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
47 tmpSrvCtrls, tmpClCtrls ,&msgID);
49 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPAddRequest.cpp49 LDAPControl** tmpClCtrls = m_cons->getClCtrlsArray(); local
51 m_entry->getDN().c_str(),attrs,tmpSrvCtrls,tmpClCtrls,&msgID);
53 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPCompareRequest.cpp49 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
52 tmpClCtrls, &msgID);
55 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPExtRequest.cpp52 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
54 m_oid.c_str(), tmpdata, tmpSrvCtrls, tmpClCtrls, &msgID);
56 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPModDNRequest.cpp58 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
60 newParentDN,m_deleteOld ? 1 : 0, tmpSrvCtrls, tmpClCtrls,&msg_id);
62 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPModifyRequest.cpp49 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
52 tmpMods, tmpSrvCtrls, tmpClCtrls,&msgID);
54 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
H A DLDAPBindRequest.cpp65 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
67 mech, tmpcred, tmpSrvCtrls, tmpClCtrls, &msgID);
69 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
97 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
99 &tmpcred, tmpSrvCtrls, tmpClCtrls, &msgID);
101 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);
149 LDAPControl** tmpClCtrls=m_cons->getClCtrlsArray(); local
151 "", m_mech.c_str(), tmpSrvCtrls, tmpClCtrls, m_flags,
H A DLDAPAsynConnection.cpp267 LDAPControl** tmpClCtrls=m_constr->getClCtrlsArray(); local
268 int err=ldap_unbind_ext(cur_session, tmpSrvCtrls, tmpClCtrls);
271 LDAPControlSet::freeLDAPControlArray(tmpClCtrls);

Completed in 121 milliseconds