Searched refs:AnswerNewQuestion (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c519 // stopping if it reaches a NewQuestion -- brand-new questions are handled by AnswerNewQuestion().
2988 // We don't need to consider NewQuestions here because for those we'll set m->NextScheduledQuery in AnswerNewQuestion
3392 // New Questions are answered through AnswerNewQuestion. But there may not have been any
3514 // counters here we'll end up double-incrementing them when we do it again in AnswerNewQuestion().
3783 mDNSlocal void AnswerNewQuestion(mDNS *const m) function
3793 verbosedebugf("AnswerNewQuestion: Answering %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
3796 if (m->NewQuestions != q) { LogInfo("AnswerNewQuestion: Question deleted while doing CheckCacheExpiration"); goto exit; }
3815 if (m->lock_rrcache) LogMsg("AnswerNewQuestion ERROR! Cache already locked!");
3822 LogMsg("AnswerNewQuestion ERROR m->CurrentQuestion already set: %##s (%s)",
3828 LogMsg("AnswerNewQuestion
[all...]

Completed in 145 milliseconds