Home
last modified time | relevance | path

Searched refs:EHOSTDOWN (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h116 #ifndef EHOSTDOWN
117 #define EHOSTDOWN (MHDW32ERRBASE+25) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h66 #undef EHOSTDOWN
67 #define EHOSTDOWN WSAEHOSTDOWN macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c78 case WSAEHOSTDOWN: return EHOSTDOWN; in MHD_W32_errno_from_winsock_()
170 case EHOSTDOWN: in MHD_W32_strerror_()
504 case EHOSTDOWN: in MHD_W32_set_last_winsock_error_()
/third_party/libuv/include/uv/
Derrno.h411 #if defined(EHOSTDOWN) && !defined(_WIN32)
412 # define UV__EHOSTDOWN UV__ERR(EHOSTDOWN)
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc78 case EHOSTDOWN: in accept_connection()
/third_party/boost/boost/system/
Dlinux_error.hpp48 host_down = EHOSTDOWN,
/third_party/musl/arch/mips/bits/
Derrno.h117 #define EHOSTDOWN 147 macro
/third_party/lwip/src/include/lwip/
Derrno.h163 #define EHOSTDOWN 112 /* Host is down */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h117 #define EHOSTDOWN 147 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h117 #define EHOSTDOWN 147 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h114 #define EHOSTDOWN 112 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/musl/arch/generic/bits/
Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h114 #define EHOSTDOWN 112 macro
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h120 #define EHOSTDOWN 112 /* Host is down */ macro
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h34 E(EHOSTDOWN, "Host is down")
/third_party/musl/src/errno/
D__strerror.h34 E(EHOSTDOWN, "Host is down")
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h34 E(EHOSTDOWN, "Host is down")
/third_party/ltp/lib/
Derrnos.h145 PAIR(EHOSTDOWN) in tst_strerrno()
/third_party/uboot/u-boot-2020.01/lib/
Derrno_str.c126 ERRNO_MSG(EHOSTDOWN, "Host is down"),
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/
D_wsa_errnos.h216 #define EHOSTDOWN WSAEHOSTDOWN
/third_party/python/Modules/
Derrnomodule.c236 #ifdef EHOSTDOWN in errno_exec()
237 add_errcode("EHOSTDOWN", EHOSTDOWN, "Host is down"); in errno_exec()
/third_party/curl/lib/
Dcurl_setup_once.h450 #define EHOSTDOWN WSAEHOSTDOWN macro
/third_party/cares/
Dsetup_once.h511 #define EHOSTDOWN WSAEHOSTDOWN macro

12