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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/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.h18 LDAPModDNRequest(const std::string& dn, const std::string& newRDN,
H A DLDAPConnection.h174 * @param newRDN If the RDN of the entry should be modified the
185 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.h217 * @param newRDN The new relative DN for the entry
226 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,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c993 LDAPRDN newRDN; local
1052 newRDN = (LDAPRDN)(newDN + nrdns+1);
1053 newAVA = (LDAPAVA *)(newRDN + navas + nrdns);
1061 newDN[i] = newRDN;
1067 *newRDN++ = newAVA;
1152 *newRDN++ = NULL;
H A Dgetdn.c699 LDAPRDN newRDN = NULL, tmpDN_[TMP_RDN_SLOTS], *tmpDN = tmpDN_; local
789 err = ldap_bv2rdn_x( &tmpbv, &newRDN, (char **) &p, flags,ctx);
824 tmpDN[nrdns++] = newRDN;
825 newRDN = NULL;
880 if ( newRDN ) {
881 ldap_rdnfree_x( newRDN, ctx );
946 LDAPRDN newRDN = NULL; local
1365 newRDN = (LDAPRDN)LDAP_MALLOCX(
1367 if ( newRDN == NULL ) {
1371 AC_MEMCPY( newRDN, tmpRD
[all...]

Completed in 172 milliseconds