Searched refs:GetTxtDataEnd (Results 1 – 2 of 2) sorted by relevance
1044 while ((cur = GetTxtData() + GetTxtDataPosition()) < GetTxtDataEnd()) in GetNextEntry()1049 VerifyOrExit(cur + length <= GetTxtDataEnd(), error = kErrorParse); in GetNextEntry()
1235 const char *GetTxtDataEnd(void) const { return GetTxtData() + GetTxtDataLength(); } in GetTxtDataEnd() function in ot::Dns::TxtEntry::Iterator