Lines Matching refs:CRActiveQuestion

2493 	((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) m->rrcache_active++; // If not previously active, increment rrcache_active count
3340 debugf("AnswerCurrentQuestionWithResourceRecord: Updating CRActiveQuestion from %p to %p for cache record %s, CurrentAnswer %d",
3341 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers);
3342 rr->CRActiveQuestion = q; // We know q is non-null
3726 m->timenow - rr->TimeRcvd, rr->resrec.rroriginalttl, rr->CRActiveQuestion, CRDisplayString(m, rr));
3727 if (rr->CRActiveQuestion) // If this record has one or more active questions, tell them it's going away
3729 DNSQuestion *q = rr->CRActiveQuestion;
3756 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries)
4079 if ((*rp)->CRActiveQuestion || (*rp)->NextInCFList)
4168 // We don't want to clear CRActiveQuestion here, because that would leave the record subject to
6413 if (rr->CRActiveQuestion == q)
7464 cr->CRActiveQuestion = mDNSNULL;
8108 LogInfo("CacheRecordRmvEventsForCurrentQuestion: CacheRecord %s Suppressing RMV events for question %p %##s (%s), CRActiveQuestion %p, CurrentAnswers %d",
8109 CRDisplayString(m, rr), q, q->qname.c, DNSTypeName(q->qtype), rr->CRActiveQuestion, q->CurrentAnswers);
8122 if (rr->CRActiveQuestion == q)
8129 // (pointed by CRActiveQuestion) to refresh the cache.
8135 LogInfo("CacheRecordRmvEventsForCurrentQuestion: Updating CRActiveQuestion to %p for cache record %s, "
8139 rr->CRActiveQuestion = qptr; // Question used to be active; new value may or may not be null
8570 // other question that is also referencing them, else their CRActiveQuestion needs to get set to NULL.
8573 if (rr->CRActiveQuestion == question)
8582 debugf("mDNS_StopQuery_internal: Updating CRActiveQuestion to %p for cache record %s, Original question CurrentAnswers %d, new question "
8584 rr->CRActiveQuestion = q; // Question used to be active; new value may or may not be null
10944 // "q" is not a duplicate question. If it is a newQuestion, then the CRActiveQuestion can't be
10946 if (rp->CRActiveQuestion != mDNSNULL)
10948 LogMsg("CacheRecordResetDNSServer: ERROR!!: CRActiveQuestion %p set, current question %p, name %##s", rp->CRActiveQuestion, q, q->qname.c);
10949 rp->CRActiveQuestion = mDNSNULL;
10956 " after:%#a, CRActiveQuestion %p", rp->resrec.name->c, (rp->resrec.rDNSServer != mDNSNULL ?
10958 rp->CRActiveQuestion);
11097 ptr = GetServerForName(m, cr->resrec.name, cr->CRActiveQuestion ? cr->CRActiveQuestion->InterfaceID : mDNSNULL);
11104 if (cr->CRActiveQuestion == mDNSNULL)
11200 if (cr->CRActiveQuestion)
11202 DNSQuestion *qptr = cr->CRActiveQuestion;
11451 if (cr->CRActiveQuestion) rrcache_active++;