Searched refs:CacheLookup (Results 1 – 2 of 2) sorted by relevance
754 void HeaderSearch::cacheLookupSuccess(LookupFileCacheInfo &CacheLookup, in cacheLookupSuccess() argument757 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()1033 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local1038 if (CacheLookup.StartIt == NextIt && in LookupFile()1039 CacheLookup.RequestingModule == RequestingModule) { in LookupFile()1041 if (CacheLookup.HitIt) in LookupFile()1042 It = CacheLookup.HitIt; in LookupFile()1043 if (CacheLookup.MappedName) { in LookupFile()1044 Filename = CacheLookup.MappedName; in LookupFile()1052 CacheLookup.reset(RequestingModule, /*NewStartIt=*/NextIt); in LookupFile()[all …]
823 void cacheLookupSuccess(LookupFileCacheInfo &CacheLookup,