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

1 2

  /external/fio/os/windows/posix/include/arpa/
inet.h 10 /* EAI_SYSTEM isn't used on Windows, so map it to EAI_FAIL */
11 #define EAI_SYSTEM EAI_FAIL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */
socketmodule.c 583 #ifdef EAI_SYSTEM
584 /* EAI_SYSTEM is not available on Windows XP. */
585 if (error == EAI_SYSTEM)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 59 #undef EAI_SYSTEM
77 #define EAI_SYSTEM 11 /* system error returned in errno */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */
socketmodule.c 571 #ifdef EAI_SYSTEM
572 /* EAI_SYSTEM is not available on Windows XP. */
573 if (error == EAI_SYSTEM)
    [all...]
  /external/python/cpython2/Modules/
addrinfo.h 50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */
socketmodule.c 607 #ifdef EAI_SYSTEM
608 /* EAI_SYSTEM is not available on Windows XP. */
609 if (error == EAI_SYSTEM)
    [all...]
  /external/python/cpython3/Modules/
addrinfo.h 50 #undef EAI_SYSTEM
68 #define EAI_SYSTEM 11 /* system error returned in errno */
  /frameworks/base/native/android/
net.c 81 return EAI_SYSTEM;
  /bionic/libc/dns/net/
getnameinfo.c 295 return EAI_SYSTEM;
344 return EAI_SYSTEM;
365 return EAI_SYSTEM;
getaddrinfo.c 265 "System error returned in errno", /* EAI_SYSTEM */
427 return EAI_SYSTEM;
736 if (gai_error != EAI_SYSTEM) {
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 206 #define EAI_SYSTEM 11 /**< system error returned in errno */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 315 return EAI_SYSTEM;
361 return EAI_SYSTEM;
387 return EAI_SYSTEM;
  /bionic/libc/include/
netdb.h 147 #define EAI_SYSTEM 11 /* system error returned in errno */
  /bionic/tests/headers/posix/
netdb_h.c 98 MACRO(EAI_SYSTEM);
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_dns_cache.cc 36 if (error_code == EAI_SYSTEM) {
38 << " (EAI_SYSTEM): " << strerror(errno);
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 107 case C.EAI_SYSTEM:
152 case C.EAI_SYSTEM:
155 // gerrno == C.EAI_SYSTEM with err == nil on Linux.
290 case C.EAI_SYSTEM:
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 107 case C.EAI_SYSTEM:
152 case C.EAI_SYSTEM:
155 // gerrno == C.EAI_SYSTEM with err == nil on Linux.
290 case C.EAI_SYSTEM:
  /external/libevent/include/event2/
util.h 730 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
731 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
  /external/mtpd/
mtpd.c 277 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ?
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 628 # define EAI_SYSTEM -11 /* System error returned in `errno'. */
  /libcore/luni/src/main/java/android/system/
OsConstants.java 179 public static final int EAI_SYSTEM = placeholder();
    [all...]
  /external/fio/engines/
net.c 1040 if (ret == EAI_SYSTEM)

Completed in 254 milliseconds

1 2