Searched refs:CRActiveQuestion (Results 1 – 4 of 4) sorted by relevance
2493 ((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 …]
1342 …DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can nev… member
2154 rr->CRActiveQuestion = mDNSNULL; in GetLargeResourceRecord()
4345 if (cr->CRActiveQuestion) CacheActive++; in udsserver_info()4348 cr->CRActiveQuestion ? "*" : " ", in udsserver_info()