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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 58 #undef EAI_SOCKTYPE
76 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
getaddrinfo.c 150 "ai_socktype not supported.", /* EAI_SOCKTYPE */
327 ERR(EAI_SOCKTYPE);
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
getaddrinfo.c 150 "ai_socktype not supported.", /* EAI_SOCKTYPE */
327 ERR(EAI_SOCKTYPE);
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 49 #undef EAI_SOCKTYPE
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
getaddrinfo.c 150 "ai_socktype not supported.", /* EAI_SOCKTYPE */
327 ERR(EAI_SOCKTYPE);
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 205 #define EAI_SOCKTYPE 10 /**< ai_socktype not supported */
  /bionic/libc/include/
netdb.h 146 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /bionic/tests/headers/posix/
netdb_h.c 97 MACRO(EAI_SOCKTYPE);
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 174 ASIO_GETADDRINFO_ERROR(EAI_SOCKTYPE))
  /external/libevent/include/event2/
util.h 725 #if defined(EAI_SOCKTYPE) && defined(EVENT__HAVE_GETADDRINFO)
726 #define EVUTIL_EAI_SOCKTYPE EAI_SOCKTYPE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 625 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */
  /libcore/luni/src/main/java/android/system/
OsConstants.java 178 public static final int EAI_SOCKTYPE = placeholder();
    [all...]
  /external/libnl/lib/
addr.c 779 case EAI_SOCKTYPE: return -NLE_BAD_SOCK;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 178 #define EAI_SOCKTYPE WSAESOCKTNOSUPPORT
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 140 initConstant(env, c, "EAI_SOCKTYPE", EAI_SOCKTYPE);
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 264 "ai_socktype not supported", /* EAI_SOCKTYPE */
1180 return EAI_SOCKTYPE;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 259 "ai_socktype not supported", /* EAI_SOCKTYPE */
943 return EAI_SOCKTYPE;
    [all...]

Completed in 1245 milliseconds

1 2