Searched refs:CacheLookup (Results 1 – 2 of 2) sorted by relevance
759 void HeaderSearch::cacheLookupSuccess(LookupFileCacheInfo &CacheLookup, in cacheLookupSuccess() argument762 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()1034 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local1039 if (CacheLookup.StartIt == NextIt && in LookupFile()1040 CacheLookup.RequestingModule == RequestingModule) { in LookupFile()1042 if (CacheLookup.HitIt) in LookupFile()1043 It = CacheLookup.HitIt; in LookupFile()1044 if (CacheLookup.MappedName) { in LookupFile()1045 Filename = CacheLookup.MappedName; in LookupFile()1053 CacheLookup.reset(RequestingModule, /*NewStartIt=*/NextIt); in LookupFile()[all …]
821 void cacheLookupSuccess(LookupFileCacheInfo &CacheLookup,