Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:newQuestion

519 //    stopping if it reaches a NewQuestion -- brand-new questions are handled by AnswerNewQuestion().
2927 LogInfo("SendQueries question loop 1: Skipping NewQuestion %##s (%s)", m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype));
3250 for (x = m->NewQuestions; x; x=x->next) if (x == q) break; // Check if this question is a NewQuestion
10870 mDNSBool newQuestion = IsQuestionNew(m, q);
10942 if (newQuestion)
10944 // "q" is not a duplicate question. If it is a newQuestion, then the CRActiveQuestion can't be
10969 if (newQuestion)