HomeSort by relevance Sort by last modified time
    Searched refs:HostName (Results 1 - 25 of 44) sorted by null

1 2

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDns.h 22 @param[in] HostName Pointer to buffer containing hostname.
34 IN CHAR16 *HostName,
42 @param[in] HostName Pointer to buffer containing hostname.
54 IN CHAR16 *HostName,
HttpImpl.c 237 CHAR8 *HostName;
290 HostName = NULL;
317 HostName = NULL;
318 Status = HttpUrlGetHostName (Url, UrlParser, &HostName);
342 (AsciiStrCmp (HttpInstance->RemoteHost, HostName) == 0)) {
372 FreePool (HostName);
402 Status = NetLibAsciiStrToIp4 (HostName, &HttpInstance->RemoteAddr);
408 HostNameStr = AllocateZeroPool ((AsciiStrLen (HostName) + 1) * sizeof (CHAR16));
414 AsciiStrToUnicodeStr (HostName, HostNameStr);
433 HttpInstance->RemoteHost = HostName;
    [all...]
HttpDns.c 21 @param[in] HostName Pointer to buffer containing hostname.
33 IN CHAR16 *HostName,
152 Status = Dns4->HostNameToIp (Dns4, HostName, &Token);
224 @param[in] HostName Pointer to buffer containing hostname.
236 IN CHAR16 *HostName,
349 Status = Dns6->HostNameToIp (Dns6, HostName, &Token);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dns4.h 109 CHAR16 *HostName;
179 CHAR16 *HostName;
342 @param[in] Hostname Host name.
351 HostName is NULL. HostName string is unsupported format.
359 IN CHAR16 *HostName,
451 DnsCacheEntry.HostName is NULL.
Dns6.h 99 CHAR16 *HostName;
166 CHAR16 *HostName;
329 @param[in] Hostname Host name.
338 HostName is NULL or buffer contained unsupported characters.
348 IN CHAR16 *HostName,
442 DnsCacheEntry.HostName is NULL.
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 216 CONST CHAR16 * HostName;
248 HostName = ShellGetEnvironmentVariable ( UName );
249 if ( rewrite || ( NULL == HostName )) {
  /external/llvm/lib/Support/
LockFileManager.cpp 53 StringRef Hostname;
55 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " ");
59 auto Owner = std::make_pair(std::string(Hostname), PID);
73 // On OS X, use the more stable hardware UUID instead of hostname.
85 char HostName[256];
86 HostName[255] = 0;
87 HostName[0] = 0;
88 gethostname(HostName, 255);
89 StringRef HostNameRef(HostName);
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 759 if (StrCmp (DnsCacheEntry.HostName, Item->DnsCache.HostName) == 0 && \
794 NewDnsCache->DnsCache.HostName = AllocatePool (StrSize (DnsCacheEntry.HostName));
795 if (NewDnsCache->DnsCache.HostName == NULL) {
799 CopyMem (NewDnsCache->DnsCache.HostName, DnsCacheEntry.HostName, StrSize (DnsCacheEntry.HostName));
850 if (StrCmp (DnsCacheEntry.HostName, Item->DnsCache.HostName) == 0 && \
    [all...]
DnsProtocol.c 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.
    [all...]
DnsImpl.h 578 @param HostName Queried HostName
587 IN CHAR16 *HostName
796 @param[in] HostName Pointer to caller-supplied buffer containing Host name to be translated.
806 HostName is NULL
815 IN CHAR16 *HostName,
893 DnsCacheEntry.HostName is NULL.
    [all...]
DnsDriver.c 382 if (ItemCache4->DnsCache.HostName != NULL) {
383 FreePool (ItemCache4->DnsCache.HostName);
400 if (ItemCache6->DnsCache.HostName != NULL) {
401 FreePool (ItemCache6->DnsCache.HostName);
    [all...]
  /external/autotest/client/common_lib/cros/
dbus_send_unittests.py 72 string "HostName"
158 'HostName': '',
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HttpLib.h 74 Get the Hostname from a HTTP URL.
76 This function will return the HostName according to the Url and previous parse result ,and
77 it is the caller's responsibility to free the buffer returned in *HostName.
81 @param[out] HostName Pointer to a buffer to store the HostName.
84 @retval EFI_INVALID_PARAMETER Uri is NULL or HostName is NULL or UrlParser is invalid.
85 @retval EFI_NOT_FOUND No hostName component in the URL.
94 OUT CHAR8 **HostName
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootClient.c 246 CHAR8 *HostName;
256 HostName = NULL;
311 &HostName
317 HostNameStr = AllocateZeroPool ((AsciiStrLen (HostName) + 1) * sizeof (CHAR16));
323 AsciiStrToUnicodeStr (HostName, HostNameStr);
371 if (HostName != NULL) {
372 FreePool (HostName);
720 CHAR8 *HostName;
798 HostName = NULL;
802 &HostName
    [all...]
HttpBootSupport.h 205 @param[in] HostName Pointer to buffer containing hostname.
215 IN CHAR16 *HostName,
HttpBootSupport.c 313 @param[in] HostName Pointer to buffer containing hostname.
323 IN CHAR16 *HostName,
430 Status = Dns6->HostNameToIp (Dns6, HostName, &Token);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 245 WINLDAPAPI LDAP *LDAPAPI ldap_openW(const PWCHAR HostName,ULONG PortNumber);
246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber);
247 WINLDAPAPI LDAP *LDAPAPI ldap_initW(const PWCHAR HostName,ULONG PortNumber);
248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber);
249 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitW(PWCHAR HostName,ULONG PortNumber,int secure);
250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure);
258 WINLDAPAPI LDAP *LDAPAPI ldap_open(PCHAR HostName,ULONG PortNumber);
259 WINLDAPAPI LDAP *LDAPAPI ldap_init(PCHAR HostName,ULONG PortNumber);
260 WINLDAPAPI LDAP *LDAPAPI ldap_sslinit(PCHAR HostName,ULONG PortNumber,int secure);
263 WINLDAPAPI LDAP *LDAPAPI cldap_openW(PWCHAR HostName,ULONG PortNumber)
    [all...]
wdspxe.h 50 BYTE HostName[PXE_DHCP_SERVER_SIZE];
iptypes.h 344 char HostName[MAX_HOSTNAME_LEN + 4];
dhcpsapi.h 106 LPWSTR HostName;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 534 Get the Hostname from a HTTP URL.
536 This function will return the HostName according to the Url and previous parse result ,and
537 it is the caller's responsibility to free the buffer returned in *HostName.
541 @param[out] HostName Pointer to a buffer to store the HostName.
544 @retval EFI_INVALID_PARAMETER Uri is NULL or HostName is NULL or UrlParser is invalid.
545 @retval EFI_NOT_FOUND No hostName component in the URL.
554 OUT CHAR8 **HostName
562 if (Url == NULL || UrlParser == NULL || HostName == NULL) {
588 *HostName = Name;
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 39 // Command line argument for TCP hostname.
40 cl::opt<std::string> HostName("hostname",
41 cl::desc("TCP hostname to connect to"),
    [all...]
  /external/clang/tools/scan-build/bin/
scan-build 26 use Sys::Hostname;
40 my $HostName = HtmlEscape(hostname() || 'unknown');
669 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/bin/
scan-build 26 use Sys::Hostname;
40 my $HostName = HtmlEscape(hostname() || 'unknown');
668 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-build/bin/
scan-build 26 use Sys::Hostname;
40 my $HostName = HtmlEscape(hostname() || 'unknown');
669 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
    [all...]

Completed in 1393 milliseconds

1 2