• Home
  • Raw
  • Download

Lines Matching refs:NewQuestions

497  	while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions)  in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
2888 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in SendQueries()
2939 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
3091 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
3250 …for (x = m->NewQuestions; x; x=x->next) if (x == q) break; // Check if this question is a NewQuest… in SendQueries()
3421 for (q = m->Questions; q && q != m->NewQuestions; q = qnext) in AnswerQuestionsForDNSServerChanges()
3475 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordDeferredAdd()
3515 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in CacheRecordAdd()
3563 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordAdd()
3624 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordRmv()
3786 DNSQuestion *const q = m->NewQuestions; // Grab the question we're going to answer in AnswerNewQuestion()
3796 …if (m->NewQuestions != q) { LogInfo("AnswerNewQuestion: Question deleted while doing CheckCacheExp… in AnswerNewQuestion()
3797 m->NewQuestions = q->next; in AnswerNewQuestion()
4366 for (i=0; m->NewQuestions && i<1000; i++) in mDNS_Execute()
4368 if (m->NewQuestions->DelayAnswering && m->timenow - m->NewQuestions->DelayAnswering < 0) break; in mDNS_Execute()
4492 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in mDNS_Execute()
8151 for (q = m->NewQuestions; q; q = q->next) in IsQuestionNew()
8453 if (!m->NewQuestions) m->NewQuestions = question; in mDNS_StartQuery_internal()
8598 if (m->NewQuestions == question) in mDNS_StopQuery_internal()
8602 m->NewQuestions = question->next; in mDNS_StopQuery_internal()
8698 for (qq = m->NewQuestions; qq; qq=qq->next) if (qq == question) break; in mDNS_StopQueryWithRemoves()
10671 m->NewQuestions = mDNSNULL; in mDNS_Init()