Lines Matching refs:numQuestions

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