/external/libmicrohttpd/src/include/ |
D | w32functions.h | 95 #ifndef ECONNRESET 96 #define ECONNRESET (MHDW32ERRBASE+18) macro
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 68 case WSAECONNRESET: return ECONNRESET; in MHD_W32_errno_from_winsock_() 90 case WSAEDISCON: return ECONNRESET; in MHD_W32_errno_from_winsock_() 152 case ECONNRESET: in MHD_W32_strerror_() 474 case ECONNRESET: in MHD_W32_set_last_winsock_error_()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 75 #undef ECONNRESET 76 #define ECONNRESET WSAECONNRESET macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 79 #ifndef ECONNRESET 80 #error ECONNRESET not defined
|
/external/c-ares/ |
D | setup_once.h | 429 #undef ECONNRESET /* override definition in errno.h */ 430 #define ECONNRESET WSAECONNRESET macro
|
/external/libxml2/include/ |
D | wsockcompat.h | 63 #define ECONNRESET WSAECONNRESET macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 86 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/external/avahi/avahi-daemon/ |
D | chroot.c | 405 (errno != EPIPE && errno != ECONNRESET)) { in avahi_chroot_helper_unlink() 411 (errno != EPIPE && errno != ECONNRESET)) { in avahi_chroot_helper_unlink()
|
/external/curl/lib/ |
D | curl_setup_once.h | 499 #undef ECONNRESET /* override definition in errno.h */ 500 #define ECONNRESET WSAECONNRESET macro
|
/external/bison/lib/ |
D | strerror-override.c | 74 case ECONNRESET: in strerror_override()
|
D | errno.in.h | 112 # define ECONNRESET 108 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 85 #define ECONNRESET 131 /* Connection reset by peer */ macro
|
/external/libcxx/include/ |
D | cerrno | 111 #ifndef ECONNRESET 112 #define ECONNRESET 9909
|
D | system_error | 132 connection_reset, // ECONNRESET 264 connection_reset = ECONNRESET,
|
D | module.modulemap | 41 E2BIG, ECONNRESET, EISCONN, ENOENT, ENOTRECOVERABLE, EROFS,
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_ipc.h | 72 # define dnssd_ECONNRESET ECONNRESET
|
/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 573 #if defined (ECONNRESET) in throwErrnoExc() 574 case ECONNRESET: in throwErrnoExc()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 61 connection_reset = ASIO_SOCKET_ERROR(ECONNRESET),
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_host.cc | 184 if (msg_len == 0 || (msg_len == -1 && errno == ECONNRESET)) { in HandleRequest()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 148 ERROR_ENTRY(ECONNRESET), // Connection reset by peer
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 31 static_assert(static_cast<int>(std::errc::connection_reset) == ECONNRESET, ""); in main()
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | memory_cache_http_server.py | 36 if e[0] != errno.ECONNRESET:
|
/external/dnsmasq/src/ |
D | log.c | 204 errno == ECONNRESET) in log_write()
|
/external/autotest/client/cros/ |
D | httpd.py | 24 if e.errno == errno.EPIPE or e.errno == errno.ECONNRESET:
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httpproxy.py | 204 if e[0] == errno.ECONNRESET:
|