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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c2862 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
2881 // rr->CRActiveQuestion
2888 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries)
2923 RRExpireTime(rr) - m->timenow, CRDisplayString(m, rr), rr->CRActiveQuestion);
3275 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries)
3280 q = cr->CRActiveQuestion;
3761 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries)
3766 cr->CRActiveQuestion->SendQNow = mDNSNULL;
3904 if (AddRecord == QC_add && !q->DuplicateOf && rr->CRActiveQuestion != q)
3906 if (!rr->CRActiveQuestion)
[all...]
H A DmDNSEmbeddedAPI.h1642 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can never point to a NewQuestion. member in struct:CacheRecord_struct
H A DDNSCommon.c3448 rr->CRActiveQuestion = mDNSNULL;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c300 if (cr->CRActiveQuestion)
302 for (q = m->Questions; q; q=q->next) if (q == cr->CRActiveQuestion) break;
303 if (!q) LogMemCorruption("Cache slot %lu: CRActiveQuestion %p not in m->Questions list %s", slot, cr->CRActiveQuestion, CRDisplayString(m, cr));
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5484 cr->CRActiveQuestion ? "*" : " ",
5622 if (cr->CRActiveQuestion) CacheActive++;

Completed in 307 milliseconds