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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c468 q->CurrentAnswers += AddRecord ? 1 : -1;
2956 else if (q->CurrentAnswers == 0 && q->ThisQInterval == InitialQuestionInterval * QuestionIntervalStep3 && !q->RequestUnicast &&
3309 q->CurrentAnswers, AddRecord ? "Add" : "Rmv", rr->resrec.rroriginalttl, CRDisplayString(m, rr));
3341 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers);
3457 q->CurrentAnswers++;
3513 // We stop when we get to NewQuestions -- if we increment their CurrentAnswers/LargeAnswers/UniqueAnswers
3542 q->CurrentAnswers++;
3546 if (q->CurrentAnswers > 4000)
3551 q->qname.c, DNSTypeName(q->qtype), q->CurrentAnswers);
3622 // We stop when we get to NewQuestions -- for new questions their CurrentAnswers/LargeAnswer
[all...]
H A DmDNSEmbeddedAPI.h1517 mDNSu32 CurrentAnswers; // Number of records currently in the cache that answer this question member in struct:DNSQuestion_struct
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4400 q->CurrentAnswers, q->validDNSServers.l[1], q->validDNSServers.l[0], q, q->DuplicateOf,
4411 q->CurrentAnswers, DNSTypeName(q->qtype), q->qname.c, q->DuplicateOf ? " (dup)" : "");

Completed in 445 milliseconds