Searched refs:rs_add (Results 1 – 1 of 1) sorted by relevance
4088 SlapReply rs_add = {REP_RESULT}; in syncrepl_entry() local4096 rc = op->o_bd->be_add( op, &rs_add ); in syncrepl_entry()4100 switch ( rs_add.sr_err ) { in syncrepl_entry()4179 si->si_ridtxt, op->o_req_dn.bv_val, rs_add.sr_err ); in syncrepl_entry()4815 SlapReply rs_add = {REP_RESULT}; in syncrepl_add_glue_ancestors() local4849 rc = be->be_add ( op, &rs_add ); in syncrepl_add_glue_ancestors()4850 if ( rs_add.sr_err == LDAP_SUCCESS ) { in syncrepl_add_glue_ancestors()4856 if ( rs_add.sr_err != LDAP_ALREADY_EXISTS ) { in syncrepl_add_glue_ancestors()4891 SlapReply rs_add = {REP_RESULT}; in syncrepl_add_glue() local4911 rc = be->be_add ( op, &rs_add ); in syncrepl_add_glue()[all …]