Searched refs:NoAnswer (Results 1 – 2 of 2) sorted by relevance
466 if (q->QuestionCallback && !q->NoAnswer) in AnswerLocalQuestionWithLocalAuthRecord()3372 if (q->QuestionCallback && !q->NoAnswer && (!followcname || q->ReturnIntermed)) in AnswerCurrentQuestionWithResourceRecord()3826 if (q->NoAnswer == NoAnswer_Fail) in AnswerNewQuestion()3830 q->NoAnswer = NoAnswer_Normal; // Temporarily turn off answer suppression in AnswerNewQuestion()3833 if (m->CurrentQuestion == q) q->NoAnswer = NoAnswer_Fail; // Restore NoAnswer state in AnswerNewQuestion()4598 question->NoAnswer = NoAnswer_Suspended; in ActivateUnicastQuery()8413 question->NoAnswer = NoAnswer_Normal; in mDNS_StartQuery_internal()
1552 …mDNSu8 NoAnswer; // Set if we want to suppress answers until tunnel setup has com… member