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

  /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);
socketmodule.c     [all...]
  /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);
socketmodule.c     [all...]
  /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/libpcap/
nametoaddr.c 310 error != EAI_SERVICE) {
354 error != EAI_SERVICE) {
  /bionic/libc/dns/net/
getaddrinfo.c 263 "servname not supported for ai_socktype", /* EAI_SERVICE */
1166 return EAI_SERVICE;
1185 return EAI_SERVICE;
1187 return EAI_SERVICE;
1206 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...]
  /external/libnl/lib/
addr.c 778 case EAI_SERVICE: return -NLE_OPNOTSUPP;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 633 if err.errno == socket.EAI_SERVICE:
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 665 if err.errno == socket.EAI_SERVICE:
    [all...]
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]

Completed in 1900 milliseconds