Home | History | Annotate | Download | only in slapd

Lines Matching defs:opidx

1000 	slap_op_t opidx = slap_req2op( op->o_tag );
1001 assert( opidx != SLAP_OP_LAST );
1003 INCR_OP_COMPLETED( opidx );
1029 slap_op_t opidx = SLAP_OP_LAST;
1117 opidx = slap_req2op( tag );
1118 assert( opidx != SLAP_OP_LAST );
1119 INCR_OP_INITIATED( opidx );
1120 rc = (*(opfun[opidx]))( op, &rs );
1139 } else if ( opidx != SLAP_OP_LAST ) {
1143 INCR_OP_COMPLETED( opidx );
1148 if ( opidx == SLAP_OP_BIND && conn->c_conn_state == SLAP_C_BINDING )