Searched refs:BrowseThreshold (Results 1 – 3 of 3) sorted by relevance
3709 if (q->BrowseThreshold in SendQueries()3710 && (q->CurrentAnswers >= q->BrowseThreshold) in SendQueries()3719 DNSTypeName(q->qtype), q->qname.c, q->BrowseThreshold); in SendQueries()4635 …if (mDNSOpaque16IsZero(q->TargetQID) && (q->BrowseThreshold > 0) && (q->CurrentAnswers < q->Browse… in CacheRecordRmv()4641 DNSTypeName(q->qtype), q->qname.c, q->BrowseThreshold); in CacheRecordRmv()10746 if (q->BrowseThreshold != question->BrowseThreshold) continue; in FindDuplicateQuestion()11809 question->BrowseThreshold = 1; in InitCommonState()11811 question->BrowseThreshold = mDNSFinderBrowseThreshold; in InitCommonState()11813 question->BrowseThreshold = 0; in InitCommonState()11816 question->BrowseThreshold = 0; in InitCommonState()
1851 mDNSu32 BrowseThreshold; // If we have received at least this number of answers, member
2474 …o(question->TargetQID) && (question->BrowseThreshold > 0) && (question->CurrentAnswers >= question… in FoundInstance()