Lines Matching defs:qid

107              std::string q, uint64_t qid, System *q_sys = NULL,
110 std::string q, uint64_t qid, System *q_sys = NULL,
113 std::string q, uint64_t qid, System *q_sys = NULL,
116 std::string q, uint64_t qid, System *q_sys = NULL,
119 std::string q, uint64_t qid, System *q_sys = NULL,
122 std::string q, uint64_t qid, System *q_sys = NULL,
285 // turn system, queue, and queue identify into qid (small int)
378 Id qid = Id(q, id);
380 qi = qCache[sys-1][qid];
382 qi = qCache[sys-1][qid] = ++numQs;
388 qMap.push_back(std::make_pair(sys, qid));
446 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
452 int qi = getQ(q_sys ? getSys(q_sys) : sysi, q, qid);
455 q, qid, qSize[qi-1], qData[qi-1].size(), qBytes[qi-1], count);
461 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
467 int qi = getQ(q_sys ? getSys(q_sys) : sysi, q, qid);
470 q, qid, qSize[qi-1], qData[qi-1].size(), qBytes[qi-1], count);
475 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
481 int qi = getQ(q_sys ? getSys(q_sys) : sysi, q, qid);
484 q, qid, qSize[qi-1], qData[qi-1].size(), qBytes[qi-1], count);
489 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
495 int qi = getQ(q_sys ? getSys(q_sys) : sysi, q, qid);
498 q, qid, qSize[qi-1], qData[qi-1].size(), qBytes[qi-1], count);
503 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
509 int qi = getQ(q_sys ? getSys(q_sys) : sysi, q, qid);
514 std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1)
520 int qi = getQ(q_sys ? getSys(q_sys) : sysi, q, qid);