/third_party/libxml2/include/ |
D | wsockcompat.h | 47 #ifndef ESHUTDOWN 48 #define ESHUTDOWN WSAESHUTDOWN macro
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 143 #ifndef ESHUTDOWN 144 #define ESHUTDOWN (MHDW32ERRBASE+34) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 54 #undef ESHUTDOWN 55 #define ESHUTDOWN WSAESHUTDOWN macro
|
D | poll-posix.c | 211 if (errno == ESHUTDOWN || errno == ECONNRESET || in pa_poll()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 72 case WSAESHUTDOWN: return ESHUTDOWN; in MHD_W32_errno_from_winsock_() 160 case ESHUTDOWN: in MHD_W32_strerror_() 486 case ESHUTDOWN: in MHD_W32_set_last_winsock_error_()
|
/third_party/libuv/include/uv/ |
D | errno.h | 341 #if defined(ESHUTDOWN) && !defined(_WIN32) 342 # define UV__ESHUTDOWN UV__ERR(ESHUTDOWN)
|
/third_party/boost/boost/system/ |
D | linux_error.hpp | 81 shutdown = ESHUTDOWN,
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 113 #define ESHUTDOWN 143 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 159 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 113 #define ESHUTDOWN 143 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 113 #define ESHUTDOWN 143 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 110 #define ESHUTDOWN 108 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 109 #define ESHUTDOWN 108 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 109 #define ESHUTDOWN 108 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 109 #define ESHUTDOWN 108 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 110 #define ESHUTDOWN 108 macro
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | errno.h | 116 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 95 E(ESHUTDOWN, "Cannot send after socket shutdown")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 95 E(ESHUTDOWN, "Cannot send after socket shutdown")
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 95 E(ESHUTDOWN, "Cannot send after socket shutdown")
|
/third_party/ltp/lib/ |
D | errnos.h | 141 PAIR(ESHUTDOWN) in tst_strerrno()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | errno_str.c | 122 ERRNO_MSG(ESHUTDOWN, "Cannot send after transport endpoint shutdown"),
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | dwc2_udc_otg.c | 374 if (status && status != -ESHUTDOWN) { in done() 438 nuke(ep, -ESHUTDOWN); in stop_activity() 653 return -ESHUTDOWN; in dwc2_ep_enable() 694 nuke(ep, -ESHUTDOWN); in dwc2_ep_disable()
|
D | at91_udc.c | 80 if (status && status != -ESHUTDOWN) in done() 303 return -ESHUTDOWN; in at91_ep_enable() 371 nuke(ep, -ESHUTDOWN); in at91_ep_disable() 669 nuke(ep, -ESHUTDOWN); in reset_gadget() 693 nuke(ep, -ESHUTDOWN); in stop_activity()
|
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/ |
D | _wsa_errnos.h | 210 #define ESHUTDOWN WSAESHUTDOWN
|