Searched refs:LocalOnlyRecordAnswersQuestion (Results 1 – 3 of 3) sorted by relevance
171 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
604 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()639 answered = LocalOnlyRecordAnswersQuestion(rr, q); in AnswerAllLocalQuestionsWithLocalAuthRecord()4459 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerQuestionWithLORecord()4499 if (UniqueLocalOnlyRecord(lr) && LocalOnlyRecordAnswersQuestion(lr, q)) in AnswerQuestionWithLORecord()4709 if (LocalOnlyRecordAnswersQuestion(rr, q)) in AnswerNewLocalOnlyQuestion()5302 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in QuestionHasLocalAnswers()11146 if (UniqueLocalOnlyRecord(rr) && LocalOnlyRecordAnswersQuestion(rr, q)) in LocalRecordRmvEventsForQuestion()
1842 mDNSexport mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const ar, const DNSQuestion *const q) in LocalOnlyRecordAnswersQuestion() function