Searched refs:orr_newSup (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dmodrdn.c39 if ( op->orr_newSup != NULL ) {
40 XPUSHs(sv_2mortal(newSVpv( op->orr_newSup->bv_val , 0 )));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dmodrdn.c53 if ( op->orr_newSup ) {
73 newSup = op->orr_newSup->bv_val;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dmodrdn.c61 if ( op->orr_newSup ) {
105 if ( ldap_back_dn_massage( &dc, op->orr_newSup, &mnewSuperior ) ) {
161 && mnewSuperior.bv_val != op->orr_newSup->bv_val )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c680 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN && pb->pb_op->orr_newSup != NULL )
681 *((char **)value) = pb->pb_op->orr_newSup->bv_val;
1031 if ( pb->pb_op->orr_newSup != NULL ) {
1032 pb->pb_op->o_tmpfree( pb->pb_op->orr_newSup, pb->pb_op->o_tmpmemctx );
1033 BER_BVZERO( pb->pb_op->orr_newSup );
1034 pb->pb_op->orr_newSup = NULL;
1036 if ( pb->pb_op->orr_newSup != NULL ) {
1042 if ( pb->pb_op->orr_newSup == NULL ) {
1043 pb->pb_op->orr_newSup = (struct berval *)pb->pb_op->o_tmpalloc(
1045 BER_BVZERO( pb->pb_op->orr_newSup );
[all...]
H A Dslapi_ops.c337 if ( op->orr_newSup != NULL ) {
338 assert( !BER_BVISNULL( op->orr_newSup ) );
339 op->o_tmpfree( op->orr_newSup->bv_val, op->o_tmpmemctx );
340 op->o_tmpfree( op->orr_newSup, op->o_tmpmemctx );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dauditlog.c171 if(op->orr_newSup) fprintf(f, "newsuperior: %s\n", op->orr_newSup->bv_val);
H A Drwm.c109 if ( op->orr_newSup != ros->orr_newSup ) {
110 ch_free( op->orr_newSup->bv_val );
112 op->o_tmpfree( op->orr_newSup, op->o_tmpmemctx );
114 op->orr_newSup = ros->orr_newSup;
727 if ( op->orr_newSup ) {
738 newSup = *op->orr_newSup;
740 rc = rwm_dn_massage_pretty_normalize( &dc, op->orr_newSup, &newSup, &nnewSup );
747 if ( op->orr_newSup
[all...]
H A Daccesslog.c1682 if ( op->orr_newSup ) {
1683 attr_merge_one( e, ad_reqNewSuperior, op->orr_newSup, op->orr_nnewSup );
H A Dmemberof.c1521 if ( op->orr_newSup ) {
1522 newPDN = *op->orr_newSup;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Dpguid.c137 op->o_log_prefix, op->orr_newSup->bv_val, rc );
144 op->o_log_prefix, op->orr_newSup->bv_val, rc );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmodrdn.c110 op->orr_newSup = &pnewSuperior;
160 if( op->orr_newSup ) {
H A Dsyncrepl.c2450 op->orr_newSup = &psup;
2453 op->orr_newSup = NULL;
3054 op->orr_newSup = &newp;
3057 op->orr_newSup = NULL;
H A Dslap.h2656 #define orr_newSup oq_modrdn.rs_newSup macro
H A Dbconfig.c4603 op->orr_newSup = NULL;
6065 if ( op->orr_newSup ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/lastmod/
H A Dlastmod.c548 if ( op->orr_newSup && !BER_BVISNULL( op->orr_newSup ) ) {
549 build_new_dn( &bv_name, op->orr_newSup, &op->orr_newrdn, NULL );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c1561 op->orr_newSup ? &parentdir : NULL, text );

Completed in 188 milliseconds