Home
last modified time | relevance | path

Searched refs:EAI_OVERFLOW (Results 1 – 25 of 39) sorted by relevance

12

/third_party/libuv/src/unix/
Dgetaddrinfo.c74 #if defined(EAI_OVERFLOW) in uv__getaddrinfo_translate_error()
75 case EAI_OVERFLOW: return UV_EAI_OVERFLOW; in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
Dgetaddrinfo.c74 #if defined(EAI_OVERFLOW) in uv__getaddrinfo_translate_error()
75 case EAI_OVERFLOW: return UV_EAI_OVERFLOW; in uv__getaddrinfo_translate_error()
/third_party/musl/porting/liteos_a/user/src/network/
Dgetnameinfo.c182 if (strlen(buf) >= nodelen) return EAI_OVERFLOW; in getnameinfo()
195 return EAI_OVERFLOW; in getnameinfo()
Dgethostbyaddr_r.c53 case EAI_OVERFLOW: in gethostbyaddr_r()
/third_party/musl/src/network/
Dgetnameinfo.c206 if (strlen(buf) >= nodelen) return EAI_OVERFLOW; in getnameinfo()
219 return EAI_OVERFLOW; in getnameinfo()
Dgethostbyaddr_r.c54 case EAI_OVERFLOW: in gethostbyaddr_r()
/third_party/musl/porting/linux/user/src/network/
Dgetnameinfo.c206 if (strlen(buf) >= nodelen) return EAI_OVERFLOW; in getnameinfo()
219 return EAI_OVERFLOW; in getnameinfo()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgai_strerror.c147 const char *result = gai_strerror(EAI_OVERFLOW); in gai_strerror_1200()
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/libc-test/src/api/
Dnetdb.c71 C(EAI_OVERFLOW) in f()
/third_party/musl/include/
Dnetdb.h69 #define EAI_OVERFLOW -12 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs160 pub const EAI_OVERFLOW: ::c_int = 14; constant
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt144 EAI_OVERFLOW
Dfuchsia.txt173 EAI_OVERFLOW
Ddragonfly.txt217 EAI_OVERFLOW
Dnetbsd.txt265 EAI_OVERFLOW
Dfreebsd.txt246 EAI_OVERFLOW
Dapple.txt323 EAI_OVERFLOW
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs481 pub const EAI_OVERFLOW: ::c_int = -12; constant
/third_party/libuv/include/uv_ndk/
Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \
/third_party/node/deps/uv/include/
Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \
/third_party/libuv/include/
Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \

12