• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/

Lines Matching refs:CRActiveQuestion

2862         ((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) m->rrcache_active++; // If not previously active, increment rrcache_active count
3907 debugf("AnswerCurrentQuestionWithResourceRecord: Updating CRActiveQuestion from %p to %p for cache record %s, CurrentAnswer %d",
3908 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers);
3909 rr->CRActiveQuestion = q; // We know q is non-null
4039 if (purge && !rr->resrec.InterfaceID && !rr->CRActiveQuestion && rr->resrec.rroriginalttl)
4357 m->timenow - rr->TimeRcvd, rr->resrec.rroriginalttl, rr->CRActiveQuestion, CRDisplayString(m, rr));
4358 if (rr->CRActiveQuestion) // If this record has one or more active questions, tell them it's going away
4360 DNSQuestion *q = rr->CRActiveQuestion;
4387 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries)
4772 if ((*rp)->CRActiveQuestion || (*rp)->NextInCFList)
4861 // We don't want to clear CRActiveQuestion here, because that would leave the record subject to
7999 if (rr->CRActiveQuestion == q)
10169 cr->CRActiveQuestion = mDNSNULL;
11044 LogInfo("CacheRecordRmvEventsForCurrentQuestion: CacheRecord %s Suppressing RMV events for question %p %##s (%s), CRActiveQuestion %p, CurrentAnswers %d",
11045 CRDisplayString(m, rr), q, q->qname.c, DNSTypeName(q->qtype), rr->CRActiveQuestion, q->CurrentAnswers);
11058 if (rr->CRActiveQuestion == q)
11065 // (pointed by CRActiveQuestion) to refresh the cache.
11071 LogInfo("CacheRecordRmvEventsForCurrentQuestion: Updating CRActiveQuestion to %p for cache record %s, "
11075 rr->CRActiveQuestion = qptr; // Question used to be active; new value may or may not be null
11761 // other question that is also referencing them, else their CRActiveQuestion needs to get set to NULL.
11764 if (rr->CRActiveQuestion == question)
11773 debugf("mDNS_StopQuery_internal: Updating CRActiveQuestion to %p for cache record %s, Original question CurrentAnswers %d, new question "
11775 rr->CRActiveQuestion = q; // Question used to be active; new value may or may not be null
14690 (cr->CRActiveQuestion ? cr->CRActiveQuestion->InterfaceID : mDNSNULL),
14691 (cr->CRActiveQuestion ? cr->CRActiveQuestion->ServiceID : -1));
14701 if (cr->CRActiveQuestion == mDNSNULL || DNSSECQuestion(cr->CRActiveQuestion))
14738 if (cr->CRActiveQuestion)
14740 DNSQuestion *qptr = cr->CRActiveQuestion;
14995 if (cr->CRActiveQuestion) rrcache_active++;