Lines Matching defs:rdc
211 retcode_cb_t *rdc = (retcode_cb_t *)op->o_callback->sc_private;
213 op->o_tag = rdc->rdc_tag;
219 rs->sr_attrs = rdc->rdc_attrs;
221 rc = retcode_entry_response( op, rs, rdc->rdc_info, rs->sr_entry );
233 rdc->rdc_flags = SLAP_CB_CONTINUE;
249 retcode_cb_t rdc;
273 rdc.rdc_info = on->on_info->oi_orig;
274 rdc.rdc_flags = RETCODE_FINDIR;
276 rdc.rdc_attrs = op->ors_attrs;
278 rdc.rdc_tag = op->o_tag;
280 sc.sc_private = &rdc;
289 if ( rdc.rdc_flags == SLAP_CB_CONTINUE ) {