Searched refs:have_ipv6 (Results 1 – 6 of 6) sorted by relevance
487 int have_ipv4 = 0, have_ipv6 = 0; in resolve_hostname() local493 while (cur && !have_ipv4 && !have_ipv6) { in resolve_hostname()499 else if (!have_ipv6 && cur->ai_family == AF_INET6) { in resolve_hostname()502 have_ipv6 = 1; in resolve_hostname()510 do_ipv6 &= have_ipv6; in resolve_hostname()
227 int have_ipv6; /* Do we have an IPv6 address? */ in httpAssembleURI() local257 have_ipv6 = strchr(host, ':') && !strstr(host, "._tcp"); in httpAssembleURI()258 *hostptr && have_ipv6; in httpAssembleURI()262 have_ipv6 = *hostptr == '%'; in httpAssembleURI()266 if (have_ipv6) in httpAssembleURI()
200 int have_ipv6(void) { in have_ipv6() function1063 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()1072 if (have_ipv6 ()) in xmlNanoHTTPConnectHost()1100 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) { in xmlNanoHTTPConnectHost()1190 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()
653 have_ipv6=no661 have_ipv6=yes,662 have_ipv6=no664 AC_MSG_RESULT($have_ipv6)666 if test $have_ipv6 = yes; then
147 int have_ipv6(void) { in have_ipv6() function875 if (have_ipv6 ()) { in xmlNanoFTPConnect()
10398 have_ipv6(): Added to check for run-time IPv6 support.10409 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.