Searched refs:ansptr (Results 1 – 1 of 1) sorted by relevance
1743 const mDNSu8 *ansptr; in AnswerQuestion() local1792 ansptr = LocateAnswers(&reply->msg, end); in AnswerQuestion()1793 if (!ansptr) { Log("Error: AnswerQuestion - LocateAnswers returned NULL"); goto end; } in AnswerQuestion()1797 ansptr = GetLargeResourceRecord(NULL, &reply->msg, ansptr, end, 0, kDNSRecordTypePacketAns, &lcr); in AnswerQuestion()1798 if (!ansptr) { Log("AnswerQuestions: GetLargeResourceRecord returned NULL"); goto end; } in AnswerQuestion()