Home
last modified time | relevance | path

Searched refs:EAI_AGAIN (Results 1 - 25 of 36) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h41 #undef EAI_AGAIN macro
59 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
H A Dgetaddrinfo.c145 "temporary failure in name resolution.", /* EAI_AGAIN */
568 error = EAI_AGAIN;
/third_party/ffmpeg/libavformat/
H A Dnetwork.h150 #ifndef EAI_AGAIN
151 #define EAI_AGAIN 2 macro
H A Dos_support.c185 case EAI_AGAIN: in ff_gai_strerror()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c45 #if defined(EAI_AGAIN) in uv__getaddrinfo_translate_error()
46 case EAI_AGAIN: return UV_EAI_AGAIN; in uv__getaddrinfo_translate_error()
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect2.c92 #if defined(EAI_AGAIN) in lws_getaddrinfo46()
93 || n == EAI_AGAIN in lws_getaddrinfo46()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c45 #if defined(EAI_AGAIN) in uv__getaddrinfo_translate_error()
46 case EAI_AGAIN: return UV_EAI_AGAIN; in uv__getaddrinfo_translate_error()
/third_party/musl/src/network/
H A Dgethostbyname2_r.c26 case EAI_AGAIN: in gethostbyname2_r()
H A Dgethostbyaddr_r.c51 case EAI_AGAIN: in gethostbyaddr_r()
H A Dlookup_name.c205 return EAI_AGAIN; in IsAnswerValid()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr_r.c50 case EAI_AGAIN: in gethostbyaddr_r()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c43 * @tc.desc : Verify that the corresponding error message can be returned (parameter is EAI_AGAIN)
48 const char *result = gai_strerror(EAI_AGAIN); in gai_strerror_0300()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h45 #define EAI_AGAIN -3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h45 #define EAI_AGAIN -3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h45 #define EAI_AGAIN -3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h45 #define EAI_AGAIN -3 macro
/third_party/musl/include/
H A Dnetdb.h62 #define EAI_AGAIN -3 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c62 C(EAI_AGAIN) in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs153 pub const EAI_AGAIN: ::c_int = 2; consts
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c236 if (alens[i] < 4 || (abuf[i][3] & 15) == 2) return EAI_AGAIN; in name_from_dns()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs472 pub const EAI_AGAIN: ::c_int = -3; consts
/third_party/libuv/include/
H A Duv.h83 XX(EAI_AGAIN, "temporary failure") \
/third_party/libuv/include/uv_ndk/
H A Duv.h80 XX(EAI_AGAIN, "temporary failure") \
/third_party/node/deps/uv/include/
H A Duv.h80 XX(EAI_AGAIN, "temporary failure") \
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs996 pub const EAI_AGAIN: ::c_int = -3; consts

Completed in 26 milliseconds

12