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

1 2

  /external/openssh/openbsd-compat/
fake-rfc2553.c 59 return (EAI_MEMORY);
66 return (EAI_MEMORY);
76 return (EAI_MEMORY);
96 case EAI_MEMORY:
187 return (EAI_MEMORY);
194 return (EAI_MEMORY);
201 return (EAI_MEMORY);
221 return (EAI_MEMORY);
fake-rfc2553.h 124 #ifndef EAI_MEMORY
125 # define EAI_MEMORY (INT_MAX - 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 */
socketmodule.c     [all...]
  /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;\
socketmodule.c     [all...]
  /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 */
getaddrinfo.c 146 "memory allocation failure.", /* EAI_MEMORY */
162 error = EAI_MEMORY;\
  /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 226 return EAI_MEMORY;
231 return EAI_MEMORY;
307 return EAI_MEMORY;
331 return EAI_MEMORY;
getaddrinfo.c 260 "Memory allocation failure", /* EAI_MEMORY */
279 error = EAI_MEMORY; \
1054 return EAI_MEMORY;
1093 return EAI_MEMORY;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 201 #define EAI_MEMORY 6 /**< memory allocation failure */
  /external/curl/lib/
curl_addrinfo.c 160 error = EAI_MEMORY;
178 error = EAI_MEMORY;
187 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 282 return EAI_MEMORY;
289 return EAI_MEMORY;
335 return EAI_MEMORY;
347 return EAI_MEMORY;
  /external/libnl/lib/
addr.c 775 case EAI_MEMORY: return -NLE_NOMEM;

Completed in 223 milliseconds

1 2