Home
last modified time | relevance | path

Searched refs:CRActiveQuestion (Results 1 – 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNS.c2493 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
2519 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SetNextCacheCheckTimeForRecord()
2555 RRExpireTime(rr) - m->timenow, CRDisplayString(m, rr), rr->CRActiveQuestion); in mDNS_Reconfirm_internal()
2867 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
2871 q = cr->CRActiveQuestion; in SendQueries()
3235 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
3239 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
3337 if (AddRecord == QC_add && !q->DuplicateOf && rr->CRActiveQuestion != q) in AnswerCurrentQuestionWithResourceRecord()
3339 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerCurrentQuestionWithResourceRecord()
3341 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers); in AnswerCurrentQuestionWithResourceRecord()
[all …]
DmDNSEmbeddedAPI.h1342 …DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can nev… member
DDNSCommon.c2154 rr->CRActiveQuestion = mDNSNULL; in GetLargeResourceRecord()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4345 if (cr->CRActiveQuestion) CacheActive++; in udsserver_info()
4348 cr->CRActiveQuestion ? "*" : " ", in udsserver_info()