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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModDNRequest.cpp28 LDAPModDNRequest::LDAPModDNRequest(const string& dn, const string& newRDN, argument
37 " dn:" << dn << endl << " newRDN:" << newRDN << endl
41 m_newRDN = newRDN;
53 const char* newRDN = (m_newRDN == "" ? 0 :m_newRDN.c_str()); local
59 int err=ldap_rename(m_connection->getSessionHandle(),m_dn.c_str(),newRDN,
H A DLDAPModDNRequest.h16 LDAPModDNRequest(const std::string& dn, const std::string& newRDN,
H A DLDAPConnection.h172 * @param newRDN If the RDN of the entry should be modified the
183 void rename(const std::string& dn, const std::string& newRDN,
H A DLDAPAsynConnection.cpp214 const string& newRDN, bool delOldRDN, const string& newParentDN,
218 << " newRDN:" << newRDN << endl
221 LDAPModDNRequest *req = new LDAPModDNRequest(dn, newRDN, delOldRDN,
213 rename(const string& dn, const string& newRDN, bool delOldRDN, const string& newParentDN, const LDAPConstraints *cons ) argument
H A DLDAPAsynConnection.h215 * @param newRDN The new relative DN for the entry
224 const std::string& newRDN,
H A DLDAPConnection.cpp247 void LDAPConnection::rename(const string& dn, const string& newRDN, argument
254 msg = LDAPAsynConnection::rename(dn,newRDN,delOldRDN, newParentDN,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dgetdn.c697 LDAPRDN newRDN = NULL, tmpDN_[TMP_RDN_SLOTS], *tmpDN = tmpDN_; local
787 err = ldap_bv2rdn_x( &tmpbv, &newRDN, (char **) &p, flags,ctx);
822 tmpDN[nrdns++] = newRDN;
823 newRDN = NULL;
878 if ( newRDN ) {
879 ldap_rdnfree_x( newRDN, ctx );
944 LDAPRDN newRDN = NULL; local
1363 newRDN = (LDAPRDN)LDAP_MALLOCX(
1365 if ( newRDN == NULL ) {
1369 AC_MEMCPY( newRDN, tmpRD
[all...]
H A Dtls2.c1190 LDAPRDN newRDN; local
1249 newRDN = (LDAPRDN)(newDN + nrdns+1);
1250 newAVA = (LDAPAVA *)(newRDN + navas + nrdns);
1258 newDN[i] = newRDN;
1264 *newRDN++ = newAVA;
1358 *newRDN++ = NULL;

Completed in 873 milliseconds