Searched refs:NewQuestions (Results 1 – 3 of 3) sorted by relevance
2260 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in AnswerLocalQuestions()3975 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordDeferredAdd()4013 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordAdd()4098 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordRmv()4223 DNSQuestion *q = m->NewQuestions; // Grab the question we're going to answer in AnswerNewQuestion()4230 …m->NewQuestions = q->next; // Advance NewQuestions to the next *after* calling CheckCacheExpira… in AnswerNewQuestion()4522 for (i=0; m->NewQuestions && i<1000; i++) in mDNS_Execute()4524 if (m->NewQuestions->DelayAnswering && m->timenow - m->NewQuestions->DelayAnswering < 0) break; in mDNS_Execute()5862 if (!m->NewQuestions) m->NewQuestions = question; in mDNS_StartQuery_internal()5921 if (m->NewQuestions == question) in mDNS_StopQuery_internal()[all …]
2144 if (m->NewQuestions) in GetNextScheduledEvent()2146 if (m->NewQuestions->DelayAnswering) e = m->NewQuestions->DelayAnswering; in GetNextScheduledEvent()
2158 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache member