Lines Matching refs:SuppressQuery
3900 …if (QuerySuppressed(q)) { q->SuppressQuery = mDNSfalse; GenerateNegativeResponse(m); q->SuppressQu… in AnswerNewQuestion()
7622 (q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed in FindDuplicateQuestion()
8137 …tring(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery); in CacheRecordRmvEventsForCurrentQuestion()
8245 mDNSBool old = q->SuppressQuery; in CheckSuppressUnusableQuestions()
8246 q->SuppressQuery = ShouldSuppressQuery(m, &q->qname, q->qtype, q->InterfaceID); in CheckSuppressUnusableQuestions()
8247 if (q->SuppressQuery != old) in CheckSuppressUnusableQuestions()
8253 if (q->SuppressQuery) in CheckSuppressUnusableQuestions()
8258 q->SuppressQuery = mDNSfalse; in CheckSuppressUnusableQuestions()
8260 q->SuppressQuery = mDNStrue; in CheckSuppressUnusableQuestions()
8390 …question->SuppressQuery = ShouldSuppressQuery(m, &question->qname, question->qtype, question->Inte… in mDNS_StartQuery_internal()
8392 question->SuppressQuery = 0; in mDNS_StartQuery_internal()
8583 …uery %d", q, CRDisplayString(m,rr), question->CurrentAnswers, q->CurrentAnswers, q->SuppressQuery); in mDNS_StopQuery_internal()