Searched refs:ptrEntry (Results 1 – 1 of 1) sorted by relevance
5270 PtrEntry *ptrEntry; in ProcessResponseRecord() local5282 ptrEntry = mPtrEntries.FindMatching(serviceInstance); in ProcessResponseRecord()5286 VerifyOrExit((ptrEntry != nullptr) && ptrEntry->mRecord.IsPresent()); in ProcessResponseRecord()5288 ptrEntry->mRecord.RefreshTtl(0); in ProcessResponseRecord()5293 if (ptrEntry == nullptr) in ProcessResponseRecord()5295 ptrEntry = PtrEntry::AllocateAndInit(serviceInstance); in ProcessResponseRecord()5296 VerifyOrExit(ptrEntry != nullptr); in ProcessResponseRecord()5297 mPtrEntries.Push(*ptrEntry); in ProcessResponseRecord()5300 if (ptrEntry->mRecord.RefreshTtl(ptr.GetTtl())) in ProcessResponseRecord()5308 if (ptrEntry->mRecord.IsPresent() && IsActive()) in ProcessResponseRecord()[all …]