Home | History | Annotate | Download | only in DnsDxe

Lines Matching refs:HostName

298   @param[in]  HostName           Pointer to caller-supplied buffer containing Host name to be translated. 

308 HostName is NULL
317 IN CHAR16 *HostName,
348 if ((This == NULL) || (HostName == NULL) || Token == NULL) {
387 if (StrCmp (HostName, Item->DnsCache.HostName) == 0) {
413 if ((UINT32)Index < Token->RspData.H2AData->IpCount && StrCmp (HostName, Item->DnsCache.HostName) == 0) {
441 TokenEntry->QueryHostName = HostName;
687 DnsCacheEntry.HostName is NULL.
707 if (DnsCacheEntry.HostName == NULL || DnsCacheEntry.IpAddress == NULL || DnsCacheEntry.Timeout == 0) {
1070 @param[in] HostName Pointer to caller-supplied buffer containing Host name to be translated.
1080 HostName is NULL
1089 IN CHAR16 *HostName,
1120 if ((This == NULL) || (HostName == NULL) || Token == NULL) {
1159 if (StrCmp (HostName, Item->DnsCache.HostName) == 0) {
1185 if ((UINT32)Index < Token->RspData.H2AData->IpCount && StrCmp (HostName, Item->DnsCache.HostName) == 0) {
1213 TokenEntry->QueryHostName = HostName;
1460 DnsCacheEntry.HostName is NULL.
1480 if (DnsCacheEntry.HostName == NULL || DnsCacheEntry.IpAddress == NULL || DnsCacheEntry.Timeout == 0) {