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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 55 #undef EAI_NODATA
73 #define EAI_NODATA 7 /* no address associated with hostname */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
getaddrinfo.c 147 "no address associated with hostname.", /* EAI_NODATA */
562 error = EAI_NODATA;
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
getaddrinfo.c 147 "no address associated with hostname.", /* EAI_NODATA */
562 error = EAI_NODATA;
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 46 #undef EAI_NODATA
64 #define EAI_NODATA 7 /* no address associated with hostname */
getaddrinfo.c 147 "no address associated with hostname.", /* EAI_NODATA */
562 error = EAI_NODATA;
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 202 #define EAI_NODATA 7 /**< no address associated with hostname */
  /external/libevent/include/event2/
util.h 710 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
711 #define EVUTIL_EAI_NODATA EAI_NODATA
  /bionic/libc/include/
netdb.h 143 #define EAI_NODATA 7 /* no address associated with hostname */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 631 # define EAI_NODATA -5 /* No address associated with NAME. */
  /bionic/libc/dns/net/
getaddrinfo.c 261 "No address associated with hostname", /* EAI_NODATA */
422 return EAI_NODATA;
558 return EAI_NODATA;
729 ERR(EAI_NODATA);
836 error = EAI_NODATA;
1071 return(EAI_NODATA); /* XXX: is return OK? */
    [all...]
  /external/curl/lib/
curl_addrinfo.c 216 error = EAI_NODATA;
  /libcore/luni/src/main/java/android/system/
OsConstants.java 174 public static final int EAI_NODATA = placeholder();
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 256 "No address associated with hostname", /* EAI_NODATA */
499 ERR(EAI_NODATA);
599 error = EAI_NODATA;
837 return(EAI_NODATA); /* XXX: is return OK? */
    [all...]
  /external/libnl/lib/
addr.c 776 case EAI_NODATA: return -NLE_NOADDR;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 180 #define EAI_NODATA 11004 /* WSANO_DATA */
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 134 initConstant(env, c, "EAI_NODATA", EAI_NODATA);
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 349 milliseconds

1 2