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

  /bionic/libc/dns/net/
getnameinfo.c 369 return EAI_OVERFLOW;
380 return EAI_OVERFLOW;
382 return EAI_OVERFLOW;
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 209 #define EAI_OVERFLOW 14 /**< argument buffer overflow */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnameinfo.c 391 return EAI_OVERFLOW;
402 return EAI_OVERFLOW;
404 return EAI_OVERFLOW;
  /bionic/libc/include/
netdb.h 150 #define EAI_OVERFLOW 14 /* argument buffer overflow */
  /bionic/tests/headers/posix/
netdb_h.c 99 MACRO(EAI_OVERFLOW);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 629 # define EAI_OVERFLOW -12 /* Argument buffer overflow. */
  /libcore/luni/src/main/java/android/system/
OsConstants.java 176 public static final int EAI_OVERFLOW = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 136 #if defined(EAI_OVERFLOW)
137 initConstant(env, c, "EAI_OVERFLOW", EAI_OVERFLOW);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 284 if gerrno == 0 || gerrno != C.EAI_OVERFLOW {
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 284 if gerrno == 0 || gerrno != C.EAI_OVERFLOW {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 82 milliseconds