Searched refs:new_dn (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dmodrdn.c45 new_dn = BER_BVNULL, new_ndn = BER_BVNULL, local
266 build_new_dn( &new_dn, new_pdn, &op->oq_modrdn.rs_newrdn,
272 new_dn.bv_val, 0, 0 );
274 realnew_dn = new_dn;
488 if ( !BER_BVISNULL( &realnew_dn ) && realnew_dn.bv_val != new_dn.bv_val ) {
492 if ( !BER_BVISNULL( &new_dn ) ) {
493 slap_sl_free( new_dn.bv_val, op->o_tmpmemctx );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dmodrdn.c31 struct berval new_dn = {0, NULL}, new_ndn = {0, NULL}; local
534 if (!new_dn.bv_val) {
535 build_new_dn( &new_dn, new_parent_dn, &op->oq_modrdn.rs_newrdn, NULL );
540 dnNormalize( 0, NULL, NULL, &new_dn, &bv, op->o_tmpmemctx );
624 dummy.e_name = new_dn;
754 new_dn.bv_val = NULL;
803 if( new_dn.bv_val != NULL ) free( new_dn.bv_val );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Ddn.c1137 * new_dn = parent (p_dn) + separator + rdn (newrdn) + null.
1141 build_new_dn( struct berval * new_dn, argument
1149 ber_dupbv_x( new_dn, newrdn, memctx );
1153 new_dn->bv_len = parent_dn->bv_len + newrdn->bv_len + 1;
1154 new_dn->bv_val = (char *) slap_sl_malloc( new_dn->bv_len + 1, memctx );
1156 ptr = lutil_strncopy( new_dn->bv_val, newrdn->bv_val, newrdn->bv_len );
H A Dproto-slap.h979 struct berval * new_dn,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c930 BerValue new_dn, new_ndn, pdn; local
971 build_new_dn( &new_dn, &pdn, &op->orr_newrdn, op->o_tmpmemctx );
980 Debug( LDAP_DEBUG_TRACE, "autogroup_response MODRDN to <%s>\n", new_dn.bv_val, 0, 0);
986 Debug( LDAP_DEBUG_TRACE, "autogroup_response MODRDN cannot get entry for <%s>\n", new_dn.bv_val, 0, 0);
995 Debug( LDAP_DEBUG_TRACE, "autogroup_response MODRDN entry <%s> has no objectClass\n", new_dn.bv_val, 0, 0);
1016 Debug( LDAP_DEBUG_TRACE, "autogroup_response MODRDN updating group's DN to <%s>\n", new_dn.bv_val, 0, 0);
1017 ber_dupbv( &age->age_dn, &new_dn );
1020 op->o_tmpfree( new_dn.bv_val, op->o_tmpmemctx );
1067 op->o_tmpfree( new_dn.bv_val, op->o_tmpmemctx );
1126 autogroup_add_member_to_group( op, &new_dn,
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dldap.c566 char *new_dn = curl_easy_unescape(data, dn, 0, NULL); local
569 ludp->lud_dn = new_dn;
570 if(!new_dn)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c1630 struct berval new_dn = BER_BVNULL, new_ndn = BER_BVNULL; local
1648 build_new_dn( &new_dn, &p_dn, &op->oq_modrdn.rs_newrdn, NULL );
1649 dnNormalize( 0, NULL, NULL, &new_dn, &new_ndn, NULL );
1653 entry->e_name = new_dn;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dmemberof.c336 struct berval *new_dn,
399 assert( !BER_BVISNULL( new_dn ) );
405 ml->sml_values[ 0 ] = *new_dn;
418 op2.o_req_dn.bv_val, ad->ad_cname.bv_val, new_dn->bv_val, rs2.sr_err );
330 memberof_value_modify( Operation *op, struct berval *ndn, AttributeDescription *ad, struct berval *old_dn, struct berval *old_ndn, struct berval *new_dn, struct berval *new_ndn ) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c3095 struct berval new_dn, parent_dn, newrdn; local
3097 new_dn.bv_val = NULL;
3105 build_new_dn( &new_dn, &parent_dn, &newrdn, NULL );
3107 return new_dn.bv_val;

Completed in 265 milliseconds