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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 57 #undef EAI_SERVICE
75 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
getaddrinfo.c 149 "servname not supported for ai_socktype.", /* EAI_SERVICE */
363 ERR(EAI_SERVICE);
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
getaddrinfo.c 149 "servname not supported for ai_socktype.", /* EAI_SERVICE */
363 ERR(EAI_SERVICE);
  /external/python/cpython3/Modules/
addrinfo.h 48 #undef EAI_SERVICE
66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
getaddrinfo.c 149 "servname not supported for ai_socktype.", /* EAI_SERVICE */
363 ERR(EAI_SERVICE);
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 61 #define EAI_SERVICE 201
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 204 #define EAI_SERVICE 9 /**< servname not supported for ai_socktype */
  /bionic/libc/include/
netdb.h 145 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
  /bionic/tests/headers/posix/
netdb_h.c 96 MACRO(EAI_SERVICE);
  /external/parameter-framework/asio-1.10.6/include/asio/
error.hpp 169 ASIO_GETADDRINFO_ERROR(EAI_SERVICE)),
  /external/libevent/include/event2/
util.h 720 #if defined(EAI_SERVICE) && defined(EVENT__HAVE_GETADDRINFO)
721 #define EVUTIL_EAI_SERVICE EAI_SERVICE
  /external/syslinux/core/lwip/src/api/
netdb.c 290 return EAI_SERVICE;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 626 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /bionic/libc/dns/net/
getaddrinfo.c 263 "servname not supported for ai_socktype", /* EAI_SERVICE */
1167 return EAI_SERVICE;
1186 return EAI_SERVICE;
1188 return EAI_SERVICE;
1207 return EAI_SERVICE;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 258 "servname not supported for ai_socktype", /* EAI_SERVICE */
929 return EAI_SERVICE;
949 return EAI_SERVICE;
951 return EAI_SERVICE;
973 return EAI_SERVICE;
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 177 public static final int EAI_SERVICE = placeholder();
    [all...]
  /external/libnl/lib/
addr.c 778 case EAI_SERVICE: return -NLE_OPNOTSUPP;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 177 #define EAI_SERVICE WSATYPE_NOT_FOUND
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 139 initConstant(env, c, "EAI_SERVICE", EAI_SERVICE);
    [all...]

Completed in 2119 milliseconds

1 2