Lines Matching refs:DNSSECQuestion
8100 if (q && DNSSECQuestion(q)) in IsResponseAcceptable()
8371 if (DNSSECQuestion(qptr)) in mDNSCoreReceiveNoUnicastAnswers()
8407 if (NSECRecords && DNSSECQuestion(qptr)) in mDNSCoreReceiveNoUnicastAnswers()
8440 if (DNSSECQuestion(qptr)) in mDNSCoreReceiveNoUnicastAnswers()
8761 mDNSBool DNSSECQuestion = mDNSfalse; in mDNSCoreReceiveResponse() local
8837 if (qptr->qDNSServer && DNSSECQuestion(qptr)) in mDNSCoreReceiveResponse()
8845 DNSSECQuestion = mDNStrue; in mDNSCoreReceiveResponse()
8856 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
8900 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
8993 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
9256 if (unicastQuestion && DNSSECQuestion(unicastQuestion)) in mDNSCoreReceiveResponse()
9477 if (response->h.numAnswers && !rrsigsCreated && DNSSECQuestion && !NSECRecords) in mDNSCoreReceiveResponse()
11646 else if (!question->DuplicateOf && DNSSECQuestion(question)) in FinalizeUnicastQuestion()
14443 if (DNSSECQuestion(q)) in mDNS_PurgeForQuestion()
14456 if (DNSSECQuestion(q)) in mDNS_PurgeForQuestion()
14771 if (cr->CRActiveQuestion == mDNSNULL || DNSSECQuestion(cr->CRActiveQuestion)) in uDNS_SetupDNSConfig()