HomeSort by relevance Sort by last modified time
    Searched refs:EAI_FAIL (Results 1 - 25 of 37) 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 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 52 #undef EAI_FAIL
70 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
getaddrinfo.c 144 "non-recoverable failure in name resolution.", /* EAI_FAIL */
473 error = EAI_FAIL;
569 error = EAI_FAIL;
577 error = EAI_FAIL;
  /external/python/cpython2/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
getaddrinfo.c 144 "non-recoverable failure in name resolution.", /* EAI_FAIL */
473 error = EAI_FAIL;
569 error = EAI_FAIL;
577 error = EAI_FAIL;
  /external/python/cpython3/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
getaddrinfo.c 144 "non-recoverable failure in name resolution.", /* EAI_FAIL */
473 error = EAI_FAIL;
569 error = EAI_FAIL;
577 error = EAI_FAIL;
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 62 #define EAI_FAIL 202
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 199 #define EAI_FAIL 4 /**< non-recoverable failure in name resolution */
  /external/syslinux/core/lwip/src/api/
netdb.c 278 return EAI_FAIL;
298 return EAI_FAIL;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 195 return EAI_FAIL;
199 return EAI_FAIL;
212 return EAI_FAIL;
  /bionic/libc/include/
netdb.h 140 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /bionic/tests/headers/posix/
netdb_h.c 92 MACRO(EAI_FAIL);
  /external/libevent/include/event2/
util.h 692 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
693 #define EVUTIL_EAI_FAIL EAI_FAIL
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 149 err = EAI_FAIL;
ws2tcpip.h 172 #define EAI_FAIL WSANO_RECOVERY
  /bionic/libc/dns/net/
getnameinfo.c 182 return EAI_FAIL;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 623 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /external/libcups/cups/
http-addr.c 393 if (error == EAI_FAIL)
http-addrlist.c 653 if (error == EAI_FAIL)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 171 public static final int EAI_FAIL = placeholder();
    [all...]
  /external/libnl/lib/
addr.c 773 case EAI_FAIL: return -NLE_NOADDR;

Completed in 694 milliseconds

1 2