Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:ActiveQuestion

148 	if (ActiveQuestion(q))
2942 (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q))))
3355 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived))
3528 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 &&
3737 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q))
3948 if (ShouldQueryImmediately && ActiveQuestion(q))
4493 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0)
4552 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Established)
4750 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue);
4756 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q))
5907 if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / 4)
6878 ActiveQuestion(q) && ResourceRecordAnswersQuestion(&rr->resrec, q))
8034 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived)
8131 if (qptr != q && ActiveQuestion(qptr) && ResourceRecordAnswersQuestion(&rr->resrec, qptr))
8576 // Checking for ActiveQuestion filters questions that are suppressed also
8579 if (ActiveQuestion(q) && ResourceRecordAnswersQuestion(&rr->resrec, q))