Home
last modified time | relevance | path

Searched refs:EAI_ADDRFAMILY (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Modules/
H A Daddrinfo.h35 #ifdef EAI_ADDRFAMILY
40 #undef EAI_ADDRFAMILY macro
56 #endif /* EAI_ADDRFAMILY */
58 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
H A Dsocketmodule.c8402 #ifdef EAI_ADDRFAMILY
8403 PyModule_AddIntMacro(m, EAI_ADDRFAMILY);
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c42 #if defined(EAI_ADDRFAMILY) in uv__getaddrinfo_translate_error()
43 case EAI_ADDRFAMILY: return UV_EAI_ADDRFAMILY; in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c42 #if defined(EAI_ADDRFAMILY) in uv__getaddrinfo_translate_error()
43 case EAI_ADDRFAMILY: return UV_EAI_ADDRFAMILY; in uv__getaddrinfo_translate_error()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h140 #define EAI_ADDRFAMILY -9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h140 #define EAI_ADDRFAMILY -9 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h140 #define EAI_ADDRFAMILY -9 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h140 #define EAI_ADDRFAMILY -9 macro
/third_party/musl/include/
H A Dnetdb.h166 #define EAI_ADDRFAMILY -9 macro
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs478 pub const EAI_ADDRFAMILY: ::c_int = -9; consts
/third_party/libuv/include/
H A Duv.h82 XX(EAI_ADDRFAMILY, "address family not supported") \
/third_party/libuv/include/uv_ndk/
H A Duv.h79 XX(EAI_ADDRFAMILY, "address family not supported") \
/third_party/node/deps/uv/include/
H A Duv.h79 XX(EAI_ADDRFAMILY, "address family not supported") \

Completed in 25 milliseconds