Lines Matching defs:newparent
46 * newparent if present, this is the Distinguished Name of the entry
57 * rc = ldap_rename( ld, dn, newrdn, newparent, deleteoldrdn, serverctrls, clientctrls, &msgid );
65 const char *newparent,
80 * newparent [0] LDAPDN OPTIONAL,
96 * (i.e. with non-NULL newparent and/or controls)
100 && ((newparent != NULL) || (serverctrls != NULL)
117 if ( newparent == NULL && ld->ld_cache_modrdn != NULL ) {
131 LDAP_REQ_MODDN, dn, newrdn, newparent,
155 if ( newparent == NULL ) {
162 if ( ber_printf( ber, "ts}", LDAP_TAG_NEWSUPERIOR, newparent )
209 const char *newparent,
218 if ( ldap_rename( ld, dn, newrdn, newparent, deleteoldrdn, serverctrls, clientctrls, &msgid ) != LDAP_SUCCESS ) {