Lines Matching refs:CRActiveQuestion
3341 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
3358 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SetNextCacheCheckTime()
3626 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
3629 q = rr->CRActiveQuestion; in SendQueries()
3898 …if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries && m->timenow - cr->NextR… in SendQueries()
3901 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
3934 if (ActiveQuestion(q) && rr->CRActiveQuestion != q) in AnswerQuestionWithResourceRecord()
3936 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerQuestionWithResourceRecord()
3937 rr->CRActiveQuestion = q; // We know q is non-null in AnswerQuestionWithResourceRecord()
4178 …if (rr->CRActiveQuestion) // If this record has one or more active questions, tell them it's going… in CheckCacheExpiration()
4192 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in CheckCacheExpiration()
4374 if ((*rp)->CRActiveQuestion || (*rp)->NextInCFList) in GetCacheEntity()
5899 if (rr->CRActiveQuestion == question) in mDNS_StopQuery_internal()
5907 rr->CRActiveQuestion = q; // Question used to be active; new value may or may not be null in mDNS_StopQuery_internal()
7320 if (rr->CRActiveQuestion) rrcache_active++; in mDNS_Close()