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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable 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 52 #undef EAI_FAIL
70 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
getaddrinfo.c 144 "non-recoverable failure in name resolution.", /* EAI_FAIL */
473 error = EAI_FAIL;
569 error = EAI_FAIL;
577 error = EAI_FAIL;
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
getaddrinfo.c 144 "non-recoverable failure in name resolution.", /* EAI_FAIL */
473 error = EAI_FAIL;
569 error = EAI_FAIL;
577 error = EAI_FAIL;
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
getaddrinfo.c 144 "non-recoverable failure in name resolution.", /* EAI_FAIL */
473 error = EAI_FAIL;
569 error = EAI_FAIL;
577 error = EAI_FAIL;
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 199 #define EAI_FAIL 4 /**< non-recoverable failure in name resolution */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 195 return EAI_FAIL;
199 return EAI_FAIL;
212 return EAI_FAIL;
getaddrinfo.c 253 "Non-recoverable failure in name resolution", /* EAI_FAIL */
549 error = EAI_FAIL;
596 error = EAI_FAIL;
    [all...]
  /bionic/libc/include/
netdb.h 140 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */
  /bionic/tests/headers/posix/
netdb_h.c 92 MACRO(EAI_FAIL);
  /external/libevent/include/event2/
util.h 692 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
693 #define EVUTIL_EAI_FAIL EAI_FAIL
  /bionic/libc/dns/net/
getnameinfo.c 189 return EAI_FAIL;
getaddrinfo.c 258 "Non-recoverable failure in name resolution", /* EAI_FAIL */
785 error = EAI_FAIL;
832 error = EAI_FAIL;
    [all...]
  /external/libcups/cups/
http-addr.c 393 if (error == EAI_FAIL)
http-addrlist.c 653 if (error == EAI_FAIL)
  /external/libnl/lib/
addr.c 773 case EAI_FAIL: return -NLE_NOADDR;

Completed in 460 milliseconds