Lines Matching refs:ActiveQuestion
148 if (ActiveQuestion(q)) in SetNextQueryTime()
2942 …(!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && Accele… in SendQueries()
3355 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()
3528 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 && in CacheRecordAdd()
3737 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q)) in CheckCacheExpiration()
3948 if (ShouldQueryImmediately && ActiveQuestion(q)) in AnswerNewQuestion()
4493 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0) in mDNS_Execute()
4552 …if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Esta… in SuspendLLQs()
4750 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue); in mDNSCoreRestartQueries()
4756 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) in mDNSCoreRestartQueries()
5907 …if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / … in ProcessQuery()
6878 ActiveQuestion(q) && ResourceRecordAnswersQuestion(&rr->resrec, q)) in mDNSCoreReceiveResponse()
8034 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived) in LLQNATCallback()
8131 if (qptr != q && ActiveQuestion(qptr) && ResourceRecordAnswersQuestion(&rr->resrec, qptr)) in CacheRecordRmvEventsForCurrentQuestion()
8579 if (ActiveQuestion(q) && ResourceRecordAnswersQuestion(&rr->resrec, q)) in mDNS_StopQuery_internal()