/external/libmicrohttpd/src/include/ |
D | w32functions.h | 92 #ifndef ECONNABORTED 93 #define ECONNABORTED (MHDW32ERRBASE+17) macro
|
/external/libcxx/include/ |
D | errno.h | 102 #ifndef ECONNABORTED 103 #define ECONNABORTED 9906 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 38 ECONNABORTED, "ECONNABORTED", ECONNABORTED}, {
|
D | 4-1.c | 33 ECONNABORTED, "ECONNABORTED"}, {
|
D | 3-1-buildonly.c | 24 int dummy13 = ECONNABORTED;
|
/external/webrtc/webrtc/base/ |
D | socket.h | 73 #undef ECONNABORTED 74 #define ECONNABORTED WSAECONNABORTED macro
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 67 case WSAECONNABORTED: return ECONNABORTED; in MHD_W32_errno_from_winsock_() 150 case ECONNABORTED: in MHD_W32_strerror_() 471 case ECONNABORTED: in MHD_W32_set_last_winsock_error_()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 67 #ifndef ECONNABORTED 68 #error ECONNABORTED not defined
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 265 # ifndef ECONNABORTED 266 # define ECONNABORTED 106 macro 513 connection_aborted = ECONNABORTED,
|
/external/strace/tests-m32/ |
D | errno2name.c | 111 #ifdef ECONNABORTED in errno2name() 112 CASE(ECONNABORTED); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 111 #ifdef ECONNABORTED in errno2name() 112 CASE(ECONNABORTED); in errno2name()
|
/external/curl/lib/ |
D | curl_setup_once.h | 483 #undef ECONNABORTED /* override definition in errno.h */ 484 #define ECONNABORTED WSAECONNABORTED macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 111 #ifdef ECONNABORTED in errno2name() 112 CASE(ECONNABORTED); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 86 #define ECONNABORTED 103 /* Software caused connection abort */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 85 #define ECONNABORTED 130 /* Software caused connection abort */ macro
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 60 _DISCONNECTED = frozenset({ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 352 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
|
/external/webrtc/webrtc/p2p/base/ |
D | pseudotcp.cc | 306 closedown(ECONNABORTED); in NotifyClock() 326 closedown(ECONNABORTED); in NotifyClock() 346 closedown(ECONNABORTED); in NotifyClock() 775 closedown(ECONNABORTED); in process() 804 closedown(ECONNABORTED); in process()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
|
/external/syslinux/com32/include/ |
D | errno.h | 110 #define ECONNABORTED 103 /* Software caused connection abort */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 109 ECONNABORTED = 130 variable
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 122 case ECONNABORTED: // Connection aborted in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 114 ECONNABORTED = 130 variable
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 183 #define ECONNABORTED 103 /* Software caused connection abort */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 191 #ifdef ECONNABORTED 192 { "ECONNABORTED", (unsigned long) ECONNABORTED },
|
/external/ltp/lib/ |
D | errnos.h | 136 PAIR(ECONNABORTED) in tst_strerrno()
|