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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c382 if (!m->CurrentQuestion) { LogMsg("GenerateNegativeResponse: ERROR!! CurrentQuestion not set"); return; }
383 q = m->CurrentQuestion;
388 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question
440 // For a single given DNSQuestion pointed to by CurrentQuestion, deliver an add/remove result for the single given AuthRecord
441 // Note: All the callers should use the m->CurrentQuestion to see if the question is still valid or not
444 DNSQuestion *q = m->CurrentQuestion;
449 LogMsg("AnswerLocalQuestionWithLocalAuthRecord: ERROR!! CurrentQuestion NULL while answering with %s", ARDisplayString(m, rr));
480 // using m->CurrentQuestion
481 if (followcname && m->CurrentQuestion
[all...]
H A DuDNS.c4162 // instead it is implicit that the question to be checked is m->CurrentQuestion.
4165 DNSQuestion *q = m->CurrentQuestion;
4356 // We're already using the m->CurrentQuestion pointer, so CacheRecordAdd can't use it to walk the question list.
4362 // MUST NOT touch m->CurrentQuestion (or q) after this -- client callback could have deleted it
4590 if (m->CurrentQuestion)
4591 LogMsg("uDNS_Tasks ERROR m->CurrentQuestion already set: %##s (%s)", m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype));
4592 m->CurrentQuestion = m->Questions;
4593 while (m->CurrentQuestion
[all...]
H A DmDNSEmbeddedAPI.h1842 DNSQuestion *CurrentQuestion; // Next question about to be examined in AnswerLocalQuestions() member in struct:mDNS_struct

Completed in 327 milliseconds