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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnssec.c2652 (q->ValidationState != DNSSECValInProgress) || !ResourceRecordAnswersQuestion(answer, q))
2756 (q->ValidationState != DNSSECValInProgress) || !ResourceRecordAnswersQuestion(answer, q))
H A DmDNSEmbeddedAPI.h1854 // q->ValidationStatus is either DNSSECValNotRequired or DNSSECValRequired and then moves onto DNSSECValInProgress.
1855 // When Validation is done, we mark all "DNSSECValInProgress" questions "DNSSECValDone". If we are answering
1857 typedef enum { DNSSECValNotRequired = 0, DNSSECValRequired, DNSSECValInProgress, DNSSECValDone } DNSSECValState; enumerator in enum:__anon10953
H A DmDNS.c3965 q->ValidationState = DNSSECValInProgress;

Completed in 280 milliseconds