Home
last modified time | relevance | path

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

12

/third_party/python/Modules/
H A Daddrinfo.h49 #undef EAI_SOCKTYPE macro
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ macro
H A Dgetaddrinfo.c153 "ai_socktype not supported.", /* EAI_SOCKTYPE */
330 ERR(EAI_SOCKTYPE); in getaddrinfo()
H A Dsocketmodule.c8432 #ifdef EAI_SOCKTYPE
8433 PyModule_AddIntMacro(m, EAI_SOCKTYPE);
/third_party/ffmpeg/libavformat/
H A Dnetwork.h174 #ifndef EAI_SOCKTYPE
175 #define EAI_SOCKTYPE 10 macro
H A Dos_support.c204 case EAI_SOCKTYPE: in ff_gai_strerror()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c83 #if defined(EAI_SOCKTYPE) in uv__getaddrinfo_translate_error()
84 case EAI_SOCKTYPE: return UV_EAI_SOCKTYPE; in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c83 #if defined(EAI_SOCKTYPE) in uv__getaddrinfo_translate_error()
84 case EAI_SOCKTYPE: return UV_EAI_SOCKTYPE; in uv__getaddrinfo_translate_error()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c87 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_SOCKTYPE)
92 const char *result = gai_strerror(EAI_SOCKTYPE); in gai_strerror_0700()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h48 #define EAI_SOCKTYPE -7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h48 #define EAI_SOCKTYPE -7 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h48 #define EAI_SOCKTYPE -7 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h48 #define EAI_SOCKTYPE -7 macro
/third_party/musl/include/
H A Dnetdb.h65 #define EAI_SOCKTYPE -7 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c69 C(EAI_SOCKTYPE) in f()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs576 pub const EAI_SOCKTYPE: ::c_int = -307; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs476 pub const EAI_SOCKTYPE: ::c_int = -7; consts
/third_party/libuv/include/
H A Duv.h95 XX(EAI_SOCKTYPE, "socket type not supported") \
/third_party/libuv/include/uv_ndk/
H A Duv.h92 XX(EAI_SOCKTYPE, "socket type not supported") \
/third_party/node/deps/uv/include/
H A Duv.h92 XX(EAI_SOCKTYPE, "socket type not supported") \
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs999 pub const EAI_SOCKTYPE: ::c_int = -7; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs770 pub const EAI_SOCKTYPE: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1129 pub const EAI_SOCKTYPE: ::c_int = -7; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs582 pub const EAI_SOCKTYPE: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs832 pub const EAI_SOCKTYPE: ::c_int = 10; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2143 pub const EAI_SOCKTYPE: ::c_int = 10; consts

Completed in 68 milliseconds

12