Home
last modified time | relevance | path

Searched refs:EAI_FAIL (Results 1 – 25 of 47) sorted by relevance

12

/third_party/ffmpeg/libavformat/
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()
Dnetwork.h156 #ifndef EAI_FAIL
157 #define EAI_FAIL 4 macro
/third_party/python/Modules/
Daddrinfo.h43 #undef EAI_FAIL
61 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
Dgetaddrinfo.c473 error = EAI_FAIL; in getaddrinfo()
569 error = EAI_FAIL;
577 error = EAI_FAIL;
/third_party/libwebsockets/lib/core-net/client/
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/
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/
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/
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/porting/liteos_a/user/src/network/
Dgethostbyaddr_r.c58 case EAI_FAIL: in gethostbyaddr_r()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgai_strerror.c59 const char *result = gai_strerror(EAI_FAIL); in gai_strerror_0400()
/third_party/musl/src/network/
Dgethostbyaddr_r.c59 case EAI_FAIL: in gethostbyaddr_r()
Dgethostbyname2_r.c30 case EAI_FAIL: in gethostbyname2_r()
/third_party/lwip/src/include/lwip/
Dnetdb.h70 #define EAI_FAIL 202 macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h46 #define EAI_FAIL -4 macro
/third_party/musl/libc-test/src/api/
Dnetdb.c64 C(EAI_FAIL) in f()
/third_party/musl/include/
Dnetdb.h63 #define EAI_FAIL -4 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
Dmod.rs155 pub const EAI_FAIL: ::c_int = 4; constant
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt139 EAI_FAIL
Dfuchsia.txt169 EAI_FAIL
Ddragonfly.txt213 EAI_FAIL
Dnetbsd.txt260 EAI_FAIL
/third_party/musl/porting/linux/user/src/network/
Dlookup_name.c238 if ((abuf[i][3] & 15) != 0) return EAI_FAIL; in name_from_dns()

12