Lines Matching refs:PtrEntry
5270 PtrEntry *ptrEntry; in ProcessResponseRecord()
5295 ptrEntry = PtrEntry::AllocateAndInit(serviceInstance); in ProcessResponseRecord()
5335 for (const PtrEntry &ptrEntry : mPtrEntries) in PreparePtrQuestion()
5406 void Core::BrowseCache::AppendKnownAnswer(TxMessage &aTxMessage, const PtrEntry &aPtrEntry, TimeMil… in AppendKnownAnswer()
5430 for (PtrEntry &ptrEntry : mPtrEntries) in UpdateRecordStateAfterQuery()
5438 for (PtrEntry &ptrEntry : mPtrEntries) in DetermineRecordFireTime()
5446 OwningList<PtrEntry> expiredEntries; in ProcessExpiredRecords()
5450 for (PtrEntry &exiredEntry : expiredEntries) in ProcessExpiredRecords()
5463 for (const PtrEntry &ptrEntry : mPtrEntries) in ReportResultsTo()
5492 Error Core::BrowseCache::PtrEntry::Init(const char *aServiceInstance) in Init()
5499 bool Core::BrowseCache::PtrEntry::Matches(const ExpireChecker &aExpireChecker) const in Matches()
5504 void Core::BrowseCache::PtrEntry::ConvertTo(BrowseResult &aResult, const BrowseCache &aBrowseCache)… in ConvertTo()