Home
last modified time | relevance | path

Searched refs:EAI_OVERFLOW (Results 1 - 25 of 31) sorted by relevance

12

/third_party/libuv/src/unix/
H A 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/src/network/
H A Dgetnameinfo.c209 if (strlen(buf) >= nodelen) return EAI_OVERFLOW; in getnameinfo()
222 return EAI_OVERFLOW; in getnameinfo()
H A Dgethostbyaddr_r.c54 case EAI_OVERFLOW: in gethostbyaddr_r()
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c206 if (strlen(buf) >= nodelen) return EAI_OVERFLOW; in getnameinfo()
219 return EAI_OVERFLOW; in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c182 if (strlen(buf) >= nodelen) return EAI_OVERFLOW; in getnameinfo()
195 return EAI_OVERFLOW; in getnameinfo()
H A Dgethostbyaddr_r.c53 case EAI_OVERFLOW: in gethostbyaddr_r()
/third_party/node/deps/uv/src/unix/
H A 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/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c142 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_OVERFLOW)
147 const char *result = gai_strerror(EAI_OVERFLOW); in gai_strerror_1200()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h52 #define EAI_OVERFLOW -12 macro
/third_party/musl/include/
H A Dnetdb.h69 #define EAI_OVERFLOW -12 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c71 C(EAI_OVERFLOW) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs160 pub const EAI_OVERFLOW: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs481 pub const EAI_OVERFLOW: ::c_int = -12; consts
/third_party/libuv/include/
H A Duv.h92 XX(EAI_OVERFLOW, "argument buffer overflow") \
/third_party/libuv/include/uv_ndk/
H A Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \
/third_party/node/deps/uv/include/
H A Duv.h89 XX(EAI_OVERFLOW, "argument buffer overflow") \
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1002 pub const EAI_OVERFLOW: ::c_int = -12; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs772 pub const EAI_OVERFLOW: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1133 pub const EAI_OVERFLOW: ::c_int = -14; consts
/third_party/python/Modules/
H A Dsocketmodule.c8426 #ifdef EAI_OVERFLOW
8427 PyModule_AddIntMacro(m, EAI_OVERFLOW);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs834 pub const EAI_OVERFLOW: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2145 pub const EAI_OVERFLOW: ::c_int = 14; consts

Completed in 49 milliseconds

12