Searched refs:be_update_refs (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Ddelete.c210 BerVarray defref = op->o_bd->be_update_refs
211 ? op->o_bd->be_update_refs : default_referral;
H A Dpasswd.c193 BerVarray defref = op->o_bd->be_update_refs
194 ? op->o_bd->be_update_refs : default_referral;
197 rs->sr_ref = referral_rewrite( op->o_bd->be_update_refs,
H A Dsearch.c382 BerVarray defref = op->o_bd->be_update_refs
383 ? op->o_bd->be_update_refs : default_referral;
H A Dadd.c352 defref = op->o_bd->be_update_refs
353 ? op->o_bd->be_update_refs : default_referral;
H A Dmodrdn.c356 BerVarray defref = op->o_bd->be_update_refs
357 ? op->o_bd->be_update_refs : default_referral;
H A Dmodify.c306 BerVarray defref = op->o_bd->be_update_refs
307 ? op->o_bd->be_update_refs : default_referral;
H A Dbconfig.c3780 if ( c->be->be_update_refs ) {
3781 value_add( &c->rvalue_vals, c->be->be_update_refs );
3788 ber_bvarray_free( c->be->be_update_refs );
3789 c->be->be_update_refs = NULL;
3792 ch_free( c->be->be_update_refs[i].bv_val );
3793 for (; c->be->be_update_refs[i].bv_val; i++)
3794 c->be->be_update_refs[i] = c->be->be_update_refs[i+1];
3813 if(value_add_one(&c->be->be_update_refs, &val)) return(LDAP_OTHER);
H A Dbackend.c473 if ( bd->be_update_refs ) {
474 ber_bvarray_free( bd->be_update_refs );
H A Dslap.h1983 BerVarray be_update_refs; /* where to refer modifying clients to */ member in struct:BackendDB
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Ddatabase.c278 if ( SLAP_SHADOW( be ) && be->be_update_refs ) {
280 be->be_update_refs, NULL );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Ddds.c1040 BerVarray defref = op->o_bd->be_update_refs
1041 ? op->o_bd->be_update_refs : default_referral;
1044 rs->sr_ref = referral_rewrite( op->o_bd->be_update_refs,

Completed in 189 milliseconds