Home | History | Annotate | Download | only in overlays

Lines Matching defs:vc

455 	vlv_ctrl *vc = op->o_controls[vlv_cid];
468 if ( BER_BVISNULL( &vc->vc_value )) {
469 if ( vc->vc_offset == vc->vc_count ) {
473 } else if ( vc->vc_offset == 1 ) {
480 if ( vc->vc_count && vc->vc_count != so->so_nentries ) {
481 if ( vc->vc_offset > vc->vc_count )
483 target = so->so_nentries * vc->vc_offset / vc->vc_count;
485 if ( vc->vc_offset > so->so_nentries ) {
494 target = vc->vc_offset;
518 mr->smr_syntax, mr, &vc->vc_value, &bv, op->o_tmpmemctx );
528 bv = vc->vc_value;
565 if ( bv.bv_val != vc->vc_value.bv_val )
574 for ( ; i<vc->vc_before; i++ ) {
579 j = i + vc->vc_after + 1;
821 vlv_ctrl *vc;
859 vc = op->o_ctrlflag[vlv_cid] > SLAP_CONTROL_IGNORED ?
862 if ( ps && vc ) {
871 sess_id = find_session_by_context( si->svi_max_percon, op->o_conn->c_conn_idx, vc ? vc->vc_context : NO_VC_CONTEXT, ps ? ps->ps_cookie : NO_PS_COOKIE );
882 if ( !vc || so->so_vlv <= SLAP_CONTROL_IGNORED ||
883 vc->vc_context != so->so_vcontext ) {
895 if (( vc && so->so_paged > SLAP_CONTROL_IGNORED ) ||
926 if ( so && vc && vc->vc_context ) {
941 if ( ps || vc ) {
964 if ( vc ) {
1185 vlv_ctrl *vc, vc2;
1237 vc = op->o_tmpalloc( sizeof(vlv_ctrl), op->o_tmpmemctx );
1238 *vc = vc2;
1239 op->o_controls[vlv_cid] = vc;