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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 54 #undef EAI_MEMORY
72 #define EAI_MEMORY 6 /* memory allocation failure */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */
getaddrinfo.c 146 "memory allocation failure.", /* EAI_MEMORY */
162 error = EAI_MEMORY;\
  /external/python/cpython2/Modules/
addrinfo.h 45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */
getaddrinfo.c 146 "memory allocation failure.", /* EAI_MEMORY */
162 error = EAI_MEMORY;\
  /external/python/cpython3/Modules/
addrinfo.h 45 #undef EAI_MEMORY
63 #define EAI_MEMORY 6 /* memory allocation failure */
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 63 #define EAI_MEMORY 203
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 239 return EAI_MEMORY;
244 return EAI_MEMORY;
318 return EAI_MEMORY;
339 return EAI_MEMORY;
499 return EAI_MEMORY;
517 return EAI_MEMORY;
575 return EAI_MEMORY;
getaddrinfo.c 255 "Memory allocation failure", /* EAI_MEMORY */
274 error = EAI_MEMORY; \
821 return EAI_MEMORY;
860 return EAI_MEMORY;
    [all...]
  /bionic/libc/dns/net/
getnameinfo.c 219 return EAI_MEMORY;
224 return EAI_MEMORY;
298 return EAI_MEMORY;
322 return EAI_MEMORY;
getaddrinfo.c 260 "Memory allocation failure", /* EAI_MEMORY */
279 error = EAI_MEMORY; \
1055 return EAI_MEMORY;
1094 return EAI_MEMORY;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 201 #define EAI_MEMORY 6 /**< memory allocation failure */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 158 err = EAI_MEMORY;
180 return EAI_MEMORY;
  /external/curl/lib/
curl_addrinfo.c 156 error = EAI_MEMORY;
174 error = EAI_MEMORY;
183 error = EAI_MEMORY;
asyn-thread.c 60 # define RESOLVER_ENOMEM EAI_MEMORY
  /bionic/libc/include/
netdb.h 142 #define EAI_MEMORY 6 /* memory allocation failure */
  /bionic/tests/headers/posix/
netdb_h.c 94 MACRO(EAI_MEMORY);
  /external/libevent/include/event2/
util.h 702 #if defined(EAI_MEMORY) && defined(EVENT__HAVE_GETADDRINFO)
703 #define EVUTIL_EAI_MEMORY EAI_MEMORY
  /external/curl/packages/OS400/
os400sys.c 278 return EAI_MEMORY;
283 return EAI_MEMORY;
327 return EAI_MEMORY;
338 return EAI_MEMORY;
  /external/syslinux/core/lwip/src/api/
netdb.c 349 return EAI_MEMORY;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 627 # define EAI_MEMORY -10 /* Memory allocation failure. */
  /libcore/luni/src/main/java/android/system/
OsConstants.java 173 public static final int EAI_MEMORY = placeholder();
    [all...]
  /external/libnl/lib/
addr.c 775 case EAI_MEMORY: return -NLE_NOMEM;

Completed in 412 milliseconds

1 2