Lines Matching defs:SuppressQuery

4588     mDNSBool SuppressQuery = q->SuppressQuery;
4592 q->SuppressQuery = mDNSfalse;
4597 q->SuppressQuery = SuppressQuery;
4665 // Temporarily suspend the SuppressQuery so that AnswerCurrentQuestionWithResourceRecord can answer the question
5503 // SuppressQuery status does not affect questions that are answered using local records
10401 (q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed
10961 // caller has not yet assigned the DNSServer, but wants to evaluate the SuppressQuery
11125 "Original question CurrentAnswers %d, new question CurrentAnswers %d, SuppressUnusable %d, SuppressQuery %d",
11126 qptr, CRDisplayString(m,rr), q->CurrentAnswers, qptr->CurrentAnswers, qptr->SuppressUnusable, qptr->SuppressQuery);
11212 if (q->SuppressQuery)
11214 q->SuppressQuery = mDNSfalse;
11220 q->SuppressQuery = mDNStrue;
11224 // and SuppressQuery status does not mean anything for these questions. As we are going to stop the
11243 // is a duplicate of non-SuppressUnusable question if it is not suppressed (SuppressQuery is false).
11245 // (SuppressQuery is true). The reason for this is that when a question is suppressed, we want an
11276 // new questions, we would never change its SuppressQuery status.
11293 mDNSBool old = q->SuppressQuery;
11294 q->SuppressQuery = ShouldSuppressQuery(m, q);
11295 if (q->SuppressQuery != old)
11502 question->SuppressQuery = 0;
11504 question->SuppressQuery = ShouldSuppressQuery(m, question);
11866 "CurrentAnswers %d, SuppressQuery %d", q, CRDisplayString(m,rr), question->CurrentAnswers, q->CurrentAnswers, q->SuppressQuery);
14750 old = q->SuppressQuery;
14754 // Changing the DNS server affected the SuppressQuery status. We need to
14759 q->SuppressQuery = new;