Home
last modified time | relevance | path

Searched refs:EAI_BADFLAGS (Results 1 - 25 of 35) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h42 #undef EAI_BADFLAGS macro
60 #define EAI_BADFLAGS 3 /* invalid value for ai_flags */ macro
H A Dgetaddrinfo.c146 "invalid value for ai_flags.", /* EAI_BADFLAGS */
287 ERR(EAI_BADFLAGS); in getaddrinfo()
/third_party/ffmpeg/libavformat/
H A Dnetwork.h153 #ifndef EAI_BADFLAGS
154 #define EAI_BADFLAGS 3 macro
H A Dos_support.c187 case EAI_BADFLAGS: in ff_gai_strerror()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c48 #if defined(EAI_BADFLAGS) in uv__getaddrinfo_translate_error()
49 case EAI_BADFLAGS: return UV_EAI_BADFLAGS; in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c48 #if defined(EAI_BADFLAGS) in uv__getaddrinfo_translate_error()
49 case EAI_BADFLAGS: return UV_EAI_BADFLAGS; in uv__getaddrinfo_translate_error()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c21 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_BADFLAGS)
26 const char *result = gai_strerror(EAI_BADFLAGS); in gai_strerror_0100()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h43 #define EAI_BADFLAGS -1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h43 #define EAI_BADFLAGS -1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h43 #define EAI_BADFLAGS -1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h43 #define EAI_BADFLAGS -1 macro
/third_party/musl/include/
H A Dnetdb.h60 #define EAI_BADFLAGS -1 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c63 C(EAI_BADFLAGS) in f()
/third_party/musl/src/network/
H A Dgetaddrinfo.c39 return EAI_BADFLAGS; in getaddrinfo()
/third_party/node/test/internet/
H A Dtest-dns-ipv6.js143 assert.strictEqual(err.code, 'EAI_BADFLAGS');
145 assert.match(err.message, /getaddrinfo EAI_BADFLAGS/);
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs154 pub const EAI_BADFLAGS: ::c_int = 3; consts
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c124 return EAI_BADFLAGS; in getaddrinfo_ext()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c142 return EAI_BADFLAGS; in getaddrinfo_ext()
/third_party/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c164 if (TST_RET == EAI_BADFLAGS) { in check_addrinfo_badflags()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs470 pub const EAI_BADFLAGS: ::c_int = -1; consts
/third_party/libuv/include/
H A Duv.h84 XX(EAI_BADFLAGS, "bad ai_flags value") \
/third_party/libuv/include/uv_ndk/
H A Duv.h81 XX(EAI_BADFLAGS, "bad ai_flags value") \
/third_party/node/deps/uv/include/
H A Duv.h81 XX(EAI_BADFLAGS, "bad ai_flags value") \
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs994 pub const EAI_BADFLAGS: ::c_int = -1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs764 pub const EAI_BADFLAGS: ::c_int = 3; consts

Completed in 31 milliseconds

12