Lines Matching refs:numRecords

144     uint16_t    numRecords;  in CheckForHostNameAlias()  local
149 SelectSection(aSection, offset, numRecords); in CheckForHostNameAlias()
150 …error = ResourceRecord::FindRecord(*mMessage, offset, numRecords, /* aIndex */ 0, aHostName, cname… in CheckForHostNameAlias()
182 uint16_t numRecords; in FindHostAddress() local
188 SelectSection(aSection, offset, numRecords); in FindHostAddress()
189 …SuccessOrExit(error = ResourceRecord::FindRecord(*mMessage, offset, numRecords, aIndex, name, aaaa… in FindHostAddress()
203 uint16_t numRecords; in FindARecord() local
208 SelectSection(aSection, offset, numRecords); in FindARecord()
209 error = ResourceRecord::FindRecord(*mMessage, offset, numRecords, aIndex, name, aARecord); in FindARecord()
231 uint16_t numRecords; in FindServiceInfo() local
239 SelectSection(aSection, offset, numRecords); in FindServiceInfo()
240 …SuccessOrExit(error = ResourceRecord::FindRecord(*mMessage, offset, numRecords, /* aIndex */ 0, aN… in FindServiceInfo()
280 SelectSection(aSection, offset, numRecords); in FindServiceInfo()
281 …error = ResourceRecord::FindRecord(*mMessage, offset, numRecords, /* aIndex */ 0, aName, txtRecord… in FindServiceInfo()
390 uint16_t numRecords; in GetServiceInstance() local
396 SelectSection(kAnswerSection, offset, numRecords); in GetServiceInstance()
397 …SuccessOrExit(error = ResourceRecord::FindRecord(*mMessage, offset, numRecords, aIndex, serviceNam… in GetServiceInstance()
437 uint16_t numRecords; in FindPtrRecord() local
443 SelectSection(kAnswerSection, offset, numRecords); in FindPtrRecord()
445 for (; numRecords > 0; numRecords--) in FindPtrRecord()