Searched refs:NewQuestions (Results 1 – 5 of 5) sorted by relevance
3899 if (m->NewQuestions) in GetNextScheduledEvent()3901 if (m->NewQuestions->DelayAnswering) e = m->NewQuestions->DelayAnswering; in GetNextScheduledEvent()3947 …if (m->NewQuestions && (!m->NewQuestions->DelayAnswering || m->timenow - m->NewQuestions->DelayAns… in ShowTaskSchedulingError()3949 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in ShowTaskSchedulingError()
597 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()3322 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in SendQueries()3373 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()3556 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()3788 …for (x = m->NewQuestions; x; x=x->next) if (x == q) break; // Check if this question is a NewQues… in SendQueries()3999 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordDeferredAdd()4085 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in CacheRecordAdd()4134 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordAdd()4195 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordRmv()4535 DNSQuestion *const q = m->NewQuestions; // Grab the question we're going to answer in AnswerNewQuestion()[all …]
5971 if (!m->NewQuestions) in udsserver_info()5975 m->NewQuestions->DelayAnswering, m->NewQuestions->DelayAnswering-now, in udsserver_info()5976 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in udsserver_info()
2342 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache member
5151 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in uDNS_Tasks()