Home
last modified time | relevance | path

Searched refs:Suppressed (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNS.c5232 if (q->Suppressed && (AddRecord != QC_suppressed) && !(q->ForceCNAMEFollows && followcname)) in AnswerCurrentQuestionWithResourceRecord()
5684 if (!q->Suppressed && CacheRecordAnswersQuestion(cr, q)) in CacheRecordRmv()
6124 if (!q->Suppressed || q->ForceCNAMEFollows) in AnswerNewQuestion()
6240 if (!questionStopped && q->Suppressed) in AnswerNewQuestion()
13785 if (!q->Suppressed != !question->Suppressed) continue; in FindDuplicateQuestion()
14676 if (q->Suppressed) in SuppressStatusChanged()
14678 q->Suppressed = mDNSfalse; in SuppressStatusChanged()
14685 q->Suppressed = mDNStrue; in SuppressStatusChanged()
14770 const mDNSBool old = q->Suppressed; in CheckSuppressUnusableQuestions()
14771 q->Suppressed = ShouldSuppressQuery(q); in CheckSuppressUnusableQuestions()
[all …]
DDNSCommon.c2166 if (q->Suppressed && (!q->ForceCNAMEFollows || (rr->rrtype != kDNSType_CNAME))) in SameNameRecordAnswersQuestion()
2423 if (q->Suppressed) in ResourceRecordAnswersUnicastResponse()
DmDNSEmbeddedAPI.h2048 …mDNSBool Suppressed; // This query should be suppressed, i.e., not sent on the … member
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2005910 entry addr array. Suppressed because there is no way to call it.
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2005910 entry addr array. Suppressed because there is no way to call it.
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Duds_daemon.c7626 q->SuppressUnusable, q->Suppressed, in udsserver_info_dump_to_fd()
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog18795 [src/sum.c] Suppressed a level of block (which became rather useless
26662 Suppressed MPFR_CLEAR_FLAGS (no longer did anything).
37908 Suppressed the underscores of AC_CHECK_LIBM in comments, otherwise
42400 Suppressed memory leaks.
/netbsd/src/share/terminfo/
Dterminfo21775 # 4. Suppressed nonexistent underlined mode (normally as bright).
21778 # 6. Suppressed nonexistent invisible mode.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200821358 * builtins.c (c_strlen): Suppressed multiple warnings that can occur