/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 116 #ifndef EHOSTDOWN 117 #define EHOSTDOWN (MHDW32ERRBASE+25) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 66 #undef EHOSTDOWN 67 #define EHOSTDOWN WSAEHOSTDOWN macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 78 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/ |
D | errno.h | 411 #if defined(EHOSTDOWN) && !defined(_WIN32) 412 # define UV__EHOSTDOWN UV__ERR(EHOSTDOWN)
|
/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 78 case EHOSTDOWN: in accept_connection()
|
/third_party/boost/boost/system/ |
D | linux_error.hpp | 48 host_down = EHOSTDOWN,
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 117 #define EHOSTDOWN 147 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 163 #define EHOSTDOWN 112 /* Host is down */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 117 #define EHOSTDOWN 147 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 117 #define EHOSTDOWN 147 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 114 #define EHOSTDOWN 112 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 113 #define EHOSTDOWN 112 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 113 #define EHOSTDOWN 112 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 113 #define EHOSTDOWN 112 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 114 #define EHOSTDOWN 112 macro
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | errno.h | 120 #define EHOSTDOWN 112 /* Host is down */ macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 34 E(EHOSTDOWN, "Host is down")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 34 E(EHOSTDOWN, "Host is down")
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 34 E(EHOSTDOWN, "Host is down")
|
/third_party/ltp/lib/ |
D | errnos.h | 145 PAIR(EHOSTDOWN) in tst_strerrno()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | errno_str.c | 126 ERRNO_MSG(EHOSTDOWN, "Host is down"),
|
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/ |
D | _wsa_errnos.h | 216 #define EHOSTDOWN WSAEHOSTDOWN
|
/third_party/python/Modules/ |
D | errnomodule.c | 236 #ifdef EHOSTDOWN in errno_exec() 237 add_errcode("EHOSTDOWN", EHOSTDOWN, "Host is down"); in errno_exec()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 450 #define EHOSTDOWN WSAEHOSTDOWN macro
|
/third_party/cares/ |
D | setup_once.h | 511 #define EHOSTDOWN WSAEHOSTDOWN macro
|