/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/libcxx/include/ |
D | errno.h | 102 #ifndef ECONNABORTED 103 #define ECONNABORTED 9906 macro
|
D | __errc | 32 connection_aborted, // ECONNABORTED 129 connection_aborted = ECONNABORTED,
|
/external/webrtc/webrtc/base/ |
D | socket.h | 73 #undef ECONNABORTED 74 #define ECONNABORTED WSAECONNABORTED macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 67 #ifndef ECONNABORTED 68 #error ECONNABORTED not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 464 #undef ECONNABORTED /* override definition in errno.h */ 465 #define ECONNABORTED WSAECONNABORTED macro
|
/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-mx32/ |
D | errno2name.c | 111 #ifdef ECONNABORTED in errno2name() 112 CASE(ECONNABORTED); in errno2name()
|
/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/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, 351 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/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 109 ECONNABORTED = 130 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 111 #define ECONNABORTED 103 /* Software caused connection abort */ macro
|
/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/minijail/linux-x86/ |
D | libconstants.gen.c | 191 #ifdef ECONNABORTED 192 { "ECONNABORTED", (unsigned long) ECONNABORTED },
|
/external/u-boot/lib/ |
D | errno_str.c | 117 ERRNO_MSG(ECONNABORTED, "Software caused connection abort"),
|
/external/ltp/lib/ |
D | errnos.h | 136 PAIR(ECONNABORTED) in tst_strerrno()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 55 connection_aborted = ASIO_SOCKET_ERROR(ECONNABORTED),
|