Home
last modified time | relevance | path

Searched refs:ESHUTDOWN (Results 1 – 25 of 57) sorted by relevance

123

/third_party/libxml2/include/
Dwsockcompat.h47 #ifndef ESHUTDOWN
48 #define ESHUTDOWN WSAESHUTDOWN macro
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h143 #ifndef ESHUTDOWN
144 #define ESHUTDOWN (MHDW32ERRBASE+34) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h54 #undef ESHUTDOWN
55 #define ESHUTDOWN WSAESHUTDOWN macro
Dpoll-posix.c211 if (errno == ESHUTDOWN || errno == ECONNRESET || in pa_poll()
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c72 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/
Derrno.h341 #if defined(ESHUTDOWN) && !defined(_WIN32)
342 # define UV__ESHUTDOWN UV__ERR(ESHUTDOWN)
/third_party/boost/boost/system/
Dlinux_error.hpp81 shutdown = ESHUTDOWN,
/third_party/musl/arch/mips/bits/
Derrno.h113 #define ESHUTDOWN 143 macro
/third_party/lwip/src/include/lwip/
Derrno.h159 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h113 #define ESHUTDOWN 143 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h113 #define ESHUTDOWN 143 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h110 #define ESHUTDOWN 108 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h109 #define ESHUTDOWN 108 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h109 #define ESHUTDOWN 108 macro
/third_party/musl/arch/generic/bits/
Derrno.h109 #define ESHUTDOWN 108 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h110 #define ESHUTDOWN 108 macro
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h116 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ macro
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h95 E(ESHUTDOWN, "Cannot send after socket shutdown")
/third_party/musl/src/errno/
D__strerror.h95 E(ESHUTDOWN, "Cannot send after socket shutdown")
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h95 E(ESHUTDOWN, "Cannot send after socket shutdown")
/third_party/ltp/lib/
Derrnos.h141 PAIR(ESHUTDOWN) in tst_strerrno()
/third_party/uboot/u-boot-2020.01/lib/
Derrno_str.c122 ERRNO_MSG(ESHUTDOWN, "Cannot send after transport endpoint shutdown"),
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Ddwc2_udc_otg.c374 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()
Dat91_udc.c80 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.h210 #define ESHUTDOWN WSAESHUTDOWN

123