• Home
  • Raw
  • Download

Lines Matching refs:numQuestions

2410 …m->omsg.h.numQuestions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, …  in SendResponses()
2413 …m->omsg.h.numQuestions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, … in SendResponses()
2605 if (query->h.numQuestions > 1 && newptr + forecast >= limit) in BuildQuestion()
2609 query->h.numQuestions--; in BuildQuestion()
3119 …const mDNSu8 *const limit = m->omsg.data + (m->omsg.h.numQuestions ? NormalMaxDNSMessageData : Abs… in SendQueries()
3154 if (m->omsg.h.numQuestions > 1) in SendQueries()
3185 …m->omsg.h.numQuestions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, … in SendQueries()
3187 …if (m->omsg.h.numQuestions != 1 || m->omsg.h.numAnswers != 0 || m->omsg.h.numAuthorities != 1 || m… in SendQueries()
3190 …m->omsg.h.numQuestions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, … in SendQueries()
3193 if ((m->omsg.h.flags.b[0] & kDNSFlag0_TC) && m->omsg.h.numQuestions > 1) in SendQueries()
3194 …eries: Should not have more than one question (%d) in a truncated packet", m->omsg.h.numQuestions); in SendQueries()
3196 m->omsg.h.numQuestions, m->omsg.h.numQuestions == 1 ? "" : "s", in SendQueries()
5436 for (i=0; i<query->h.numQuestions; i++) // For each question... in GenerateUnicastResponse()
5453 …if (response->h.numQuestions == 0) { LogMsg("GenerateUnicastResponse: ERROR! Why no questions?"); … in GenerateUnicastResponse()
5775 for (i=0; i<query->h.numQuestions; i++) // For each question... in ProcessQuery()
6229 msg->h.numQuestions, msg->h.numQuestions == 1 ? ", " : "s,", in mDNSCoreReceiveQuery()
6239 msg->h.numQuestions, msg->h.numQuestions == 1 ? ", " : "s,", in mDNSCoreReceiveQuery()
6250 m->omsg.h.numQuestions, m->omsg.h.numQuestions == 1 ? "" : "s", in mDNSCoreReceiveQuery()
6498 response->h.numQuestions, response->h.numQuestions == 1 ? ", " : "s,", in mDNSCoreReceiveResponse()
6541 for (i = 0; i < response->h.numQuestions && ptr && ptr < end; i++) in mDNSCoreReceiveResponse()
7049 for (i = 0; i < response->h.numQuestions && ptr && ptr < end; i++) in mDNSCoreReceiveResponse()
7248 msg->h.numQuestions, msg->h.numQuestions == 1 ? ", " : "s,", in mDNSCoreReceiveUpdate()
7523 ptr = (mDNSu8 *)&msg->h.numQuestions; in mDNSCoreReceive()
7524 msg->h.numQuestions = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]); in mDNSCoreReceive()