Searched refs:QuerySuppressed (Results 1 – 2 of 2) sorted by relevance
3323 if (QuerySuppressed(q)) in AnswerCurrentQuestionWithResourceRecord()3433 if (QuerySuppressed(q)) continue; in AnswerQuestionsForDNSServerChanges()3631 if (!QuerySuppressed(q) && ResourceRecordAnswersQuestion(&rr->resrec, q)) in CacheRecordRmv()3900 …if (QuerySuppressed(q)) { q->SuppressQuery = mDNSfalse; GenerateNegativeResponse(m); q->SuppressQu… in AnswerNewQuestion()3938 if (!QuerySuppressed(q) && !AnsweredFromCache && q->RetryWithSearchDomains) in AnswerNewQuestion()10971 else if (QuerySuppressed(q)) in CacheRecordResetDNSServer()11154 if (!QuerySuppressed(q)) in uDNS_SetupDNSConfig()
1303 #define QuerySuppressed(Q) ((Q)->SuppressUnusable && (Q)->SuppressQuery) macro