Searched refs:EAI_MEMORY (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/
H A Dfake-rfc2553.c56 return (EAI_MEMORY);
63 return (EAI_MEMORY);
73 return (EAI_MEMORY);
93 case EAI_MEMORY:
179 return (EAI_MEMORY);
186 return (EAI_MEMORY);
193 return (EAI_MEMORY);
213 return (EAI_MEMORY);
H A Dfake-rfc2553.h119 # define EAI_MEMORY 2 macro
/external/openssh/openbsd-compat/
H A Dfake-rfc2553.c59 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);
H A Dfake-rfc2553.h123 #ifndef EAI_MEMORY
124 # define EAI_MEMORY (INT_MAX - 2) macro
/external/tcpdump/missing/
H A Daddrinfo.h42 #define EAI_MEMORY 6 /* memory allocation failure */ macro
H A Dgetaddrinfo.c200 "Memory allocation failure", /* EAI_MEMORY */
218 error = EAI_MEMORY; \
607 error = EAI_MEMORY;
869 return EAI_MEMORY;
932 error = EAI_MEMORY;
937 error = EAI_MEMORY;
982 return EAI_MEMORY;
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java59 public static final int EAI_MEMORY = placeholder(); field in class:OsConstants
451 if (error == EAI_MEMORY) {
452 return "EAI_MEMORY";
/external/chromium/net/base/
H A Dhost_resolver_impl.cc212 EAI_MEMORY,
/external/qemu/
H A Dsockets.c657 case EAI_MEMORY:

Completed in 3773 milliseconds