Home
last modified time | relevance | path

Searched refs:EAI_FAIL (Results 1 - 25 of 38) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dos_support.c76 return EAI_FAIL; in ff_getaddrinfo()
83 return EAI_FAIL; in ff_getaddrinfo()
88 return EAI_FAIL; in ff_getaddrinfo()
107 return EAI_FAIL; in ff_getaddrinfo()
173 return EAI_FAIL; in ff_getnameinfo()
189 case EAI_FAIL: in ff_gai_strerror()
H A Dnetwork.h156 #ifndef EAI_FAIL
157 #define EAI_FAIL 4 macro
/third_party/python/Modules/
H A Daddrinfo.h43 #undef EAI_FAIL macro
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
H A Dgetaddrinfo.c147 "non-recoverable failure in name resolution.", /* EAI_FAIL */
476 error = EAI_FAIL; in getaddrinfo()
572 error = EAI_FAIL;
580 error = EAI_FAIL;
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect2.c68 n = EAI_FAIL; in lws_getaddrinfo46()
89 #if defined(EAI_FAIL) in lws_getaddrinfo46()
90 || n == EAI_FAIL in lws_getaddrinfo46()
/third_party/lwip/src/api/
H A Dnetdb.c281 return EAI_FAIL; in lwip_getaddrinfo()
342 return EAI_FAIL; in lwip_getaddrinfo()
359 return EAI_FAIL; in lwip_getaddrinfo()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c57 #if defined(EAI_FAIL) in uv__getaddrinfo_translate_error()
58 case EAI_FAIL: return UV_EAI_FAIL; in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c57 #if defined(EAI_FAIL) in uv__getaddrinfo_translate_error()
58 case EAI_FAIL: return UV_EAI_FAIL; in uv__getaddrinfo_translate_error()
/third_party/musl/src/network/
H A Dgethostbyname2_r.c30 case EAI_FAIL: in gethostbyname2_r()
H A Dgethostbyaddr_r.c59 case EAI_FAIL: in gethostbyaddr_r()
H A Dlookup_name.c209 return EAI_FAIL; in IsAnswerValid()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr_r.c58 case EAI_FAIL: in gethostbyaddr_r()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h70 #define EAI_FAIL 202 macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c54 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_FAIL)
59 const char *result = gai_strerror(EAI_FAIL); in gai_strerror_0400()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/include/
H A Dnetdb.h63 #define EAI_FAIL -4 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c64 C(EAI_FAIL) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs155 pub const EAI_FAIL: ::c_int = 4; consts
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c238 if ((abuf[i][3] & 15) != 0) return EAI_FAIL; in name_from_dns()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs473 pub const EAI_FAIL: ::c_int = -4; consts
/third_party/libuv/include/
H A Duv.h87 XX(EAI_FAIL, "permanent failure") \
/third_party/libuv/include/uv_ndk/
H A Duv.h84 XX(EAI_FAIL, "permanent failure") \

Completed in 22 milliseconds

12