HomeSort by relevance Sort by last modified time
    Searched refs:EAI_OVERFLOW (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
netdb.h 153 #define EAI_OVERFLOW 14 /* argument buffer overflow */
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 62 public static final int EAI_OVERFLOW = placeholder();
460 if (error == EAI_OVERFLOW) {
461 return "EAI_OVERFLOW";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 600 # define EAI_OVERFLOW -12 /* Argument buffer overflow. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 600 # define EAI_OVERFLOW -12 /* Argument buffer overflow. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 600 # define EAI_OVERFLOW -12 /* Argument buffer overflow. */
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 68 initConstant(env, c, "EAI_OVERFLOW", EAI_OVERFLOW);

Completed in 251 milliseconds

12