Lines Matching refs:HostName

783     if (StrCmp (DnsCacheEntry.HostName, Item->DnsCache.HostName) == 0 && \  in UpdateDns4Cache()
818 NewDnsCache->DnsCache.HostName = AllocatePool (StrSize (DnsCacheEntry.HostName)); in UpdateDns4Cache()
819 if (NewDnsCache->DnsCache.HostName == NULL) { in UpdateDns4Cache()
823 …CopyMem (NewDnsCache->DnsCache.HostName, DnsCacheEntry.HostName, StrSize (DnsCacheEntry.HostName)); in UpdateDns4Cache()
874 if (StrCmp (DnsCacheEntry.HostName, Item->DnsCache.HostName) == 0 && \ in UpdateDns6Cache()
909 NewDnsCache->DnsCache.HostName = AllocatePool (StrSize (DnsCacheEntry.HostName)); in UpdateDns6Cache()
910 if (NewDnsCache->DnsCache.HostName == NULL) { in UpdateDns6Cache()
914 …CopyMem (NewDnsCache->DnsCache.HostName, DnsCacheEntry.HostName, StrSize (DnsCacheEntry.HostName)); in UpdateDns6Cache()
1433 … Dns4CacheEntry->HostName = AllocateZeroPool (2 * (StrLen(Dns4TokenEntry->QueryHostName) + 1)); in ParseDnsResponse()
1434 if (Dns4CacheEntry->HostName == NULL) { in ParseDnsResponse()
1438 …CopyMem (Dns4CacheEntry->HostName, Dns4TokenEntry->QueryHostName, 2 * (StrLen(Dns4TokenEntry->Quer… in ParseDnsResponse()
1457 FreePool (Dns4CacheEntry->HostName); in ParseDnsResponse()
1458 Dns4CacheEntry->HostName = NULL; in ParseDnsResponse()
1492 … Dns6CacheEntry->HostName = AllocateZeroPool (2 * (StrLen(Dns6TokenEntry->QueryHostName) + 1)); in ParseDnsResponse()
1493 if (Dns6CacheEntry->HostName == NULL) { in ParseDnsResponse()
1497 …CopyMem (Dns6CacheEntry->HostName, Dns6TokenEntry->QueryHostName, 2 * (StrLen(Dns6TokenEntry->Quer… in ParseDnsResponse()
1516 FreePool (Dns6CacheEntry->HostName); in ParseDnsResponse()
1517 Dns6CacheEntry->HostName = NULL; in ParseDnsResponse()