Searched refs:SuppressQuery (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c4508 mDNSBool SuppressQuery = q->SuppressQuery; local
4512 q->SuppressQuery = mDNSfalse;
4517 q->SuppressQuery = SuppressQuery;
4585 // Temporarily suspend the SuppressQuery so that AnswerCurrentQuestionWithResourceRecord can answer the question
5423 // SuppressQuery status does not affect questions that are answered using local records
10350 (q->SuppressQuery == question->SuppressQuery) && // Questions that are suppressed/not suppressed
10908 // caller has not yet assigned the DNSServer, but wants to evaluate the SuppressQuery
[all...]
H A DmDNSEmbeddedAPI.h1615 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1920 mDNSBool SuppressQuery; // This query should be suppressed and not sent on the wire member in struct:DNSQuestion_struct
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c3159 LogInfo("%3d: RetryQuestionWithSearchDomains: Not appending search domains - SuppressQuery %d, SearchListIndex %d, AppendSearchDomains %d", req->sd, AddRecord, question->SearchListIndex, question->AppendSearchDomains);
3438 // Note: We don't check for "SuppressQuery" and instead use QC_suppressed because
3439 // the "core" needs to temporarily turn off SuppressQuery to answer this query.
5674 q->SuppressUnusable, q->SuppressQuery, DNSTypeName(q->qtype), q->qname.c,

Completed in 374 milliseconds