/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 77 #ifndef EADDRINUSE 78 #define EADDRINUSE (MHDW32ERRBASE+12) macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 21 #ifndef EADDRINUSE 22 #define EADDRINUSE 9902 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 34 #undef EADDRINUSE 35 #define EADDRINUSE WSAEADDRINUSE macro
|
/third_party/glib/gio/ |
D | gioerror.c | 233 #ifdef EADDRINUSE in g_io_error_from_errno() 234 case EADDRINUSE: in g_io_error_from_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 28 EADDRINUSE, "EADDRINUSE", EADDRINUSE}, {
|
D | 4-1.c | 23 EADDRINUSE, "EADDRINUSE"}, {
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 62 case WSAEADDRINUSE: return EADDRINUSE; in MHD_W32_errno_from_winsock_() 140 case EADDRINUSE: in MHD_W32_strerror_() 456 case EADDRINUSE: in MHD_W32_set_last_winsock_error_()
|
/third_party/lwip/src/api/ |
D | err.c | 57 EADDRINUSE, /* ERR_USE -8 Address in use. */
|
/third_party/libwebsockets/lib/plat/optee/ |
D | private-lib-plat-optee.h | 38 #define LWS_EADDRINUSE EADDRINUSE
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 419 #undef EADDRINUSE /* override definition in errno.h */ 420 #define EADDRINUSE WSAEADDRINUSE macro
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind03.c | 39 EADDRINUSE, "bind() with bound pathname"); in run()
|
/third_party/libuv/include/uv/ |
D | errno.h | 65 #if defined(EADDRINUSE) && !defined(_WIN32) 66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 480 #undef EADDRINUSE /* override definition in errno.h */ 481 #define EADDRINUSE WSAEADDRINUSE macro
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/ |
D | __init__.py | 23 _UNRECOVERABLE_ERRNOS = (errno.EADDRINUSE, errno.ENOSR)
|
/third_party/libnl/lib/ |
D | error.c | 92 case EADDRINUSE: return NLE_EXIST; in nl_syserr2nlerr()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | private-lib-plat-freertos.h | 96 #define LWS_EADDRINUSE EADDRINUSE
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | private-lib-plat-freertos.h | 95 #define LWS_EADDRINUSE EADDRINUSE
|
/third_party/python/Modules/ |
D | errnomodule.c | 12 #undef EADDRINUSE 564 #ifdef EADDRINUSE in errno_exec() 565 add_errcode("EADDRINUSE", EADDRINUSE, "Address already in use"); in errno_exec()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 100 #define EADDRINUSE 98 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 149 #define EADDRINUSE 98 /* Address already in use */ macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 99 #define EADDRINUSE 98 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 98 #define EADDRINUSE 125 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 99 #define EADDRINUSE 98 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 100 #define EADDRINUSE 98 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 98 #define EADDRINUSE 125 macro
|