Lines Matching refs:txtCache

3412         for (TxtCache &txtCache : Get<Core>().mTxtCacheList)  in Reinit()
3414 txtCache.ClearCompressOffsets(); in Reinit()
4184 TxtCache *txtCache; in ProcessTxtRecord() local
4188 txtCache = Get<Core>().mTxtCacheList.FindMatching(aName); in ProcessTxtRecord()
4189 VerifyOrExit(txtCache != nullptr); in ProcessTxtRecord()
4191 txtCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessTxtRecord()
4516 TxtCache *txtCache = TxtCache::AllocateAndInit(GetInstance(), serviceName); in AddPassiveSrvTxtCache() local
4518 OT_ASSERT(txtCache != nullptr); in AddPassiveSrvTxtCache()
4519 mTxtCacheList.Push(*txtCache); in AddPassiveSrvTxtCache()
4555 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTimer()
4557 txtCache.HandleTimer(context); in HandleCacheTimer()
4596 for (TxtCache &txtCache : mTxtCacheList) in HandleCacheTask()
4598 txtCache.ClearEmptyCallbacks(); in HandleCacheTask()
5374 for (const TxtCache &txtCache : Get<Core>().mTxtCacheList) in DiscoverCompressOffsets() local
5376 if (NameMatch(txtCache.mServiceType, mServiceType)) in DiscoverCompressOffsets()
5378 UpdateCompressOffset(mServiceTypeOffset, txtCache.mServiceTypeOffset); in DiscoverCompressOffsets()
5907 for (const TxtCache &txtCache : Get<Core>().mTxtCacheList) in DiscoverCompressOffsets() local
5909 if (&txtCache == this) in DiscoverCompressOffsets()
5914 if (NameMatch(txtCache.mServiceType, mServiceType)) in DiscoverCompressOffsets()
5916 UpdateCompressOffset(mServiceTypeOffset, txtCache.mServiceTypeOffset); in DiscoverCompressOffsets()