Home | History | Annotate | Download | only in runtime

Lines Matching refs:slot_count

2530   int32_t slot_count = request->ReadSigned32("slot count");
2531 expandBufAdd4BE(pReply, slot_count); /* "int values" */
2532 for (int32_t i = 0; i < slot_count; ++i) {
2696 int32_t slot_count = request->ReadSigned32("slot count");
2697 for (int32_t i = 0; i < slot_count; ++i) {