HomeSort by: relevance | last modified time | path
    Searched refs:Suppressed (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 688 // a) SuppressUnusable questions that are suppressed
1132 // AuthRecord *rr is the answer we are proposing to give, if not suppressed.
5232 if (q->Suppressed && (AddRecord != QC_suppressed) && !(q->ForceCNAMEFollows && followcname))
5234 // If the query is suppressed, then we don't want to answer from the cache. But if this query is
5370 // for the purpose of retrying search domains/timeout OR the question is suppressed
5680 // When a question enters suppressed state, we generate RMV events and generate a negative
5682 // before the question became suppressed. We need to skip the suppressed questions here as
5684 if (!q->Suppressed && CacheRecordAnswersQuestion(cr, q))
6050 // AAAA query is suppressed because no IPv6 capability or PID is not allowed to mak
    [all...]
DNSCommon.c 2166 if (q->Suppressed && (!q->ForceCNAMEFollows || (rr->rrtype != kDNSType_CNAME)))
2423 if (q->Suppressed)
mDNSEmbeddedAPI.h 2048 mDNSBool Suppressed; // This query should be suppressed, i.e., not sent on the wire.
2072 mDNSBool PersistWhenRecordsUnusable; // Set by client to force CNAME follows while suppressed due to unusable records.
2073 mDNSBool ForceCNAMEFollows; // Follow CNAMEs even if the DNSQuestion is suppressed.
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 922 ReturnVisitor(const StackFrameContext *Frame, bool Suppressed,
924 : CalleeSFC(Frame), EnableNullFPSuppression(Suppressed),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 218 // If there were any diagnostics suppressed by template argument deduction,
222 for (const PartialDiagnosticAt &Suppressed : Pos->second)
223 Diag(Suppressed.first, Suppressed.second);
225 // Clear out the list of suppressed diagnostics, so that we don't emit
747 /// sometimes suppressed. For example, the array->pointer conversion doesn't
13779 /// This warning suppressed in the event of macro expansions.
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 1310 char description[32]; // 32-byte is enough for holding "suppressed error -2147483648\0"
1323 mDNS_snprintf(description, sizeof(description), "%s %d", SuppressError ? "suppressed error" : "CALLBACK", result);
7626 q->SuppressUnusable, q->Suppressed,

Completed in 100 milliseconds