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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 50 #undef EAI_AGAIN
68 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */
getaddrinfo.c 142 "temporary failure in name resolution.", /* EAI_AGAIN */
565 error = EAI_AGAIN;
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */
getaddrinfo.c 142 "temporary failure in name resolution.", /* EAI_AGAIN */
565 error = EAI_AGAIN;
  /external/python/cpython3/Modules/
addrinfo.h 41 #undef EAI_AGAIN
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */
getaddrinfo.c 142 "temporary failure in name resolution.", /* EAI_AGAIN */
565 error = EAI_AGAIN;
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 197 #define EAI_AGAIN 2 /**< temporary failure in name resolution */
  /bionic/libc/include/
netdb.h 138 #define EAI_AGAIN 2 /* temporary failure in name resolution */
  /bionic/tests/headers/posix/
netdb_h.c 90 MACRO(EAI_AGAIN);
  /external/libevent/include/event2/
util.h 682 #if defined(EAI_AGAIN) && defined(EVENT__HAVE_GETADDRINFO)
683 #define EVUTIL_EAI_AGAIN EAI_AGAIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 622 # define EAI_AGAIN -3 /* Temporary failure in name resolution. */
  /libcore/luni/src/main/java/android/system/
OsConstants.java 169 public static final int EAI_AGAIN = placeholder();
    [all...]
  /external/libnl/lib/
addr.c 771 case EAI_AGAIN: return -NLE_AGAIN;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 170 #define EAI_AGAIN WSATRY_AGAIN
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 32 func (eai addrinfoErrno) Temporary() bool { return eai == C.EAI_AGAIN }
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 32 func (eai addrinfoErrno) Temporary() bool { return eai == C.EAI_AGAIN }
  /external/mdnsresponder/mDNSShared/
CommonServices.h 462 // - Windows SDK prior to 2003. 2003+ SDK's define EAI_AGAIN so trigger off that.
466 #if( ( TARGET_OS_MAC && !defined( SO_NOADDRERR ) ) || ( TARGET_OS_WIN32 && !defined( EAI_AGAIN ) ) || TARGET_OS_VXWORKS )
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 129 initConstant(env, c, "EAI_AGAIN", EAI_AGAIN);
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 256 "Temporary failure in name resolution", /* EAI_AGAIN */
830 error = EAI_AGAIN;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 251 "Temporary failure in name resolution", /* EAI_AGAIN */
593 error = EAI_AGAIN;
    [all...]

Completed in 472 milliseconds

1 2