Searched refs:NewLocalOnlyQuestions (Results 1 – 4 of 4) sorted by relevance
2726 if (m->NewLocalOnlyQuestions) return(m->timenow); in GetNextScheduledEvent()2771 if (m->NewLocalOnlyQuestions) in ShowTaskSchedulingError()2773 m->NewLocalOnlyQuestions->qname.c, DNSTypeName(m->NewLocalOnlyQuestions->qtype)); in ShowTaskSchedulingError()
531 while (m->CurrentQuestion && m->CurrentQuestion != m->NewLocalOnlyQuestions) in AnswerAllLocalQuestionsWithLocalAuthRecord()3980 DNSQuestion *q = m->NewLocalOnlyQuestions; // Grab the question we're going to answer in AnswerNewLocalOnlyQuestion()3981 m->NewLocalOnlyQuestions = q->next; // Advance NewLocalOnlyQuestions to the next (if any) in AnswerNewLocalOnlyQuestion()4391 for (i=0; m->NewLocalOnlyQuestions && i<1000; i++) AnswerNewLocalOnlyQuestion(m); in mDNS_Execute()8449 if (!m->NewLocalOnlyQuestions) m->NewLocalOnlyQuestions = question; in mDNS_StartQuery_internal()8605 if (m->NewLocalOnlyQuestions == question) m->NewLocalOnlyQuestions = question->next; in mDNS_StopQuery_internal()10674 m->NewLocalOnlyQuestions = mDNSNULL; in mDNS_Init()
1855 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered member
4521 if (!m->NewLocalOnlyQuestions) in udsserver_info()4525 m->NewLocalOnlyQuestions->qname.c, DNSTypeName(m->NewLocalOnlyQuestions->qtype)); in udsserver_info()