Home | History | Annotate | Download | only in back-meta

Lines Matching refs:j2

1640 	int			n = 0, i, j1 = 0, j2 = 0, skipped = 0;
1683 switch ( slap_ctrl_session_tracking_request_add( op, rs, &c[ j1 + j2 ] ) ) {
1688 j2++;
1702 if ( j1 == 0 && j2 == 0 ) {
1706 assert( j1 + j2 <= (int) (sizeof( c )/sizeof( c[0] )) );
1713 ctrls = op->o_tmpalloc( (n + j1 + j2 + 1) * sizeof( LDAPControl * ) + ( j1 + j2 ) * sizeof( LDAPControl ),
1716 ctrls[ 0 ] = (LDAPControl *)&ctrls[ n + j1 + j2 + 1 ];
1742 if ( j2 ) {
1743 ctrls[ n ] = (LDAPControl *)&ctrls[ n + j2 + 1 ] + j1;
1745 for ( i = 1; i < j2; i++ ) {
1751 ctrls[ n + j2 ] = NULL;