HomeSort by: relevance | last modified time | path
    Searched defs:opidx (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
txn.c 260 int opidx = slap_req2op( o->o_tag ); local
261 assert( opidx != SLAP_OP_LAST );
265 rc = (&o->o_bd->bd_info->bi_op_bind)[opidx]( o, &rs );
connection.c 1000 slap_op_t opidx = slap_req2op( op->o_tag ); local
1001 assert( opidx != SLAP_OP_LAST );
1003 INCR_OP_COMPLETED( opidx );
1029 slap_op_t opidx = SLAP_OP_LAST; local
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 );
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
bind.c 282 slap_op_t opidx = slap_req2op( op->o_tag ); local
286 if ( opidx == LDAP_REQ_SEARCH ) {
297 timeout = mt->mt_timeout[ opidx ];
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c 332 slap_op_t opidx = slap_req2op( op->o_tag ); local
336 if ( opidx == LDAP_REQ_SEARCH ) {
347 timeout = mt->mt_timeout[ opidx ];
1002 slap_op_t opidx = slap_req2op( op->o_tag ); local
1004 if ( opidx == SLAP_OP_SEARCH ) {
1015 timeout = mt->mt_timeout[ opidx ];
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 1758 slap_op_t opidx = slap_req2op( op->o_tag ); local
1760 if ( opidx == SLAP_OP_SEARCH ) {
1771 timeout = li->li_timeout[ opidx ];
  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 51 const unsigned char *opidx; member in struct:arc_operand_iterator
252 const unsigned char *opidx; local
274 for (opidx = opcode->operands; *opidx; opidx++)
277 const struct arc_operand *operand = &arc_operands[*opidx];
469 iter->opidx = opcode->operands;
725 if (*iter->opidx == 0)
731 *operand = &arc_operands[*iter->opidx];
733 iter->opidx++
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 51 const unsigned char *opidx; member in struct:arc_operand_iterator
252 const unsigned char *opidx; local
274 for (opidx = opcode->operands; *opidx; opidx++)
277 const struct arc_operand *operand = &arc_operands[*opidx];
469 iter->opidx = opcode->operands;
725 if (*iter->opidx == 0)
731 *operand = &arc_operands[*iter->opidx];
733 iter->opidx++
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c 51 const unsigned char *opidx; member in struct:arc_operand_iterator
252 const unsigned char *opidx; local
274 for (opidx = opcode->operands; *opidx; opidx++)
277 const struct arc_operand *operand = &arc_operands[*opidx];
469 iter->opidx = opcode->operands;
725 if (*iter->opidx == 0)
731 *operand = &arc_operands[*iter->opidx];
733 iter->opidx++
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arc-dis.c 51 const unsigned char *opidx; member in struct:arc_operand_iterator
252 const unsigned char *opidx; local
274 for (opidx = opcode->operands; *opidx; opidx++)
277 const struct arc_operand *operand = &arc_operands[*opidx];
469 iter->opidx = opcode->operands;
725 if (*iter->opidx == 0)
731 *operand = &arc_operands[*iter->opidx];
733 iter->opidx++
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c 1060 const unsigned char *opidx;
1069 for (opidx = opcode->operands; *opidx; ++opidx)
1071 const struct alpha_operand *operand = &alpha_operands[*opidx];
1053 const unsigned char *opidx; local
tc-arc.c 1779 const unsigned char *opidx; local
1798 for (opidx = opcode->operands; *opidx; ++opidx)
1800 const struct arc_operand *operand = &arc_operands[*opidx];
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c 1060 const unsigned char *opidx;
1069 for (opidx = opcode->operands; *opidx; ++opidx)
1071 const struct alpha_operand *operand = &alpha_operands[*opidx];
1053 const unsigned char *opidx; local
tc-arc.c 1778 const unsigned char *opidx; local
1797 for (opidx = opcode->operands; *opidx; ++opidx)
1799 const struct arc_operand *operand = &arc_operands[*opidx];

Completed in 70 milliseconds