Home
last modified time | relevance | path

Searched refs:NewQuestions (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
DDNSCommon.c2721 if (m->NewQuestions) in GetNextScheduledEvent()
2723 if (m->NewQuestions->DelayAnswering) e = m->NewQuestions->DelayAnswering; in GetNextScheduledEvent()
2767 …if (m->NewQuestions && (!m->NewQuestions->DelayAnswering || m->timenow - m->NewQuestions->DelayAns… in ShowTaskSchedulingError()
2769 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in ShowTaskSchedulingError()
DmDNS.c497 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()
[all …]
DmDNSEmbeddedAPI.h1841 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache member
DuDNS.c4593 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in uDNS_Tasks()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4512 if (!m->NewQuestions) in udsserver_info()
4516 m->NewQuestions->DelayAnswering, m->NewQuestions->DelayAnswering-now, in udsserver_info()
4517 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in udsserver_info()