Home
last modified time | relevance | path

Searched refs:h_aliases (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares__get_hostent.c172 hostent->h_aliases = NULL; in ares__get_hostent()
194 hostent->h_aliases = ares_malloc((naliases + 1) * sizeof(char *)); in ares__get_hostent()
195 if (!hostent->h_aliases) in ares__get_hostent()
197 alias = hostent->h_aliases; in ares__get_hostent()
243 if (hostent->h_aliases) in ares__get_hostent()
245 for (alias = hostent->h_aliases; *alias; alias++) in ares__get_hostent()
247 ares_free(hostent->h_aliases); in ares__get_hostent()
Dares_free_hostent.c34 for (p = host->h_aliases; *p; p++) in ares_free_hostent()
36 ares_free(host->h_aliases); in ares_free_hostent()
Dares_parse_ptr_reply.c188 hostent->h_aliases = ares_malloc((aliascnt+1) * sizeof (char *)); in ares_parse_ptr_reply()
189 if (hostent->h_aliases) in ares_parse_ptr_reply()
194 hostent->h_aliases[i] = aliases[i]; in ares_parse_ptr_reply()
195 hostent->h_aliases[aliascnt] = NULL; in ares_parse_ptr_reply()
Dahost.c189 if (host->h_aliases[0]) in callback()
194 for (i = 0; host->h_aliases[i]; i++) in callback()
195 printf("%s ", host->h_aliases[i]); in callback()
Dares_parse_ns_reply.c167 hostent->h_aliases = nameservers; in ares_parse_ns_reply()
Dares_gethostbyname.c306 hostent.h_aliases = aliases; in fake_hostent()
412 for (alias = (*host)->h_aliases; *alias; alias++) in file_lookup()
Dares_parse_aaaa_reply.c239 hostent->h_aliases = aliases; in ares_parse_aaaa_reply()
Dares_parse_a_reply.c239 hostent->h_aliases = aliases; in ares_parse_a_reply()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c1557 he->h_aliases = (char **)( dst - base ); in QueryCopyQuerySetTo()
1900 for ( i = 0; node->m_host.h_aliases[i]; i++ ) in IsLocalName()
1902 if ( strstr( node->m_host.h_aliases[i], ".local" ) ) in IsLocalName()
1933 for ( i = 0; node->m_host.h_aliases[i]; i++ ) in IsSameName()
1935 if ( strcmp( node->m_host.h_aliases[i], name ) == 0 ) in IsSameName()
2034 if ( info->m_host.h_aliases ) in HostsFileInfoFree()
2038 for ( i = 0; info->m_host.h_aliases[i]; i++ ) in HostsFileInfoFree()
2040 free( info->m_host.h_aliases[i] ); in HostsFileInfoFree()
2043 free( info->m_host.h_aliases ); in HostsFileInfoFree()
2200 (*hInfo)->m_host.h_aliases = (char**) malloc( sizeof(char**) * numAliases ); in HostsFileNext()
[all …]
/external/libcups/cups/
Dhttp-addr.c715 cg->hostent.h_aliases = NULL; in httpGetHostByName()
752 cg->hostent.h_aliases = NULL; in httpGetHostByName()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.h320 char **h_aliases; member
Dsanitizer_platform_limits_solaris.cpp223 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
Dsanitizer_platform_limits_freebsd.h339 char **h_aliases; member
Dsanitizer_platform_limits_freebsd.cpp397 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
Dsanitizer_platform_limits_posix.h732 char **h_aliases; member
Dsanitizer_platform_limits_posix.cpp997 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
Dsanitizer_platform_limits_netbsd.h365 char **h_aliases; member
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.cc519 if (hostent->h_aliases) { in HostEnt()
520 char** palias = hostent->h_aliases; in HostEnt()
/external/curl/lib/
Dcurl_addrinfo.c422 h->h_aliases = NULL; in Curl_ip2addr()
/external/libcups/scheduler/
Dconf.c916 if (host->h_aliases) in cupsdReadConfiguration()
918 for (i = 0; host->h_aliases[i]; i ++) in cupsdReadConfiguration()
919 if (_cups_strcasecmp(temp, host->h_aliases[i])) in cupsdReadConfiguration()
921 cupsdAddAlias(ServerAlias, host->h_aliases[i]); in cupsdReadConfiguration()
923 host->h_aliases[i]); in cupsdReadConfiguration()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs67 pub h_aliases: *mut *mut ::c_char,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h671 char **h_aliases; member
Dsanitizer_platform_limits_posix.cc1005 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c1524 result->hostent->h_aliases = result->header->aliases; in init_result()
/external/python/cpython2/Modules/
Dsocketmodule.c3373 if (h->h_aliases) {
3374 for (pch = h->h_aliases; *pch != NULL; pch++) {

12