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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2493 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
2512 // rr->CRActiveQuestion
2519 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries)
2555 RRExpireTime(rr) - m->timenow, CRDisplayString(m, rr), rr->CRActiveQuestion);
2867 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries)
2871 q = cr->CRActiveQuestion;
3235 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries)
3239 cr->CRActiveQuestion->SendQNow = mDNSNULL;
3337 if (AddRecord == QC_add && !q->DuplicateOf && rr->CRActiveQuestion != q)
3339 if (!rr->CRActiveQuestion)
[all...]
H A DmDNSEmbeddedAPI.h1331 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can never point to a NewQuestion. member in struct:CacheRecord_struct
H A DDNSCommon.c2154 rr->CRActiveQuestion = mDNSNULL;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4339 if (cr->CRActiveQuestion) CacheActive++;
4342 cr->CRActiveQuestion ? "*" : " ",

Completed in 110 milliseconds