Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 25 of 48) sorted by relevance

12

/external/libmicrohttpd/src/include/
Dw32functions.h95 #ifndef ECONNRESET
96 #define ECONNRESET (MHDW32ERRBASE+18) macro
/external/libmicrohttpd/src/platform/
Dw32functions.c68 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/
Dsocket.h75 #undef ECONNRESET
76 #define ECONNRESET WSAECONNRESET macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp79 #ifndef ECONNRESET
80 #error ECONNRESET not defined
/external/c-ares/
Dsetup_once.h429 #undef ECONNRESET /* override definition in errno.h */
430 #define ECONNRESET WSAECONNRESET macro
/external/libxml2/include/
Dwsockcompat.h63 #define ECONNRESET WSAECONNRESET macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h86 #define ECONNRESET 104 /* Connection reset by peer */ macro
/external/avahi/avahi-daemon/
Dchroot.c405 (errno != EPIPE && errno != ECONNRESET)) { in avahi_chroot_helper_unlink()
411 (errno != EPIPE && errno != ECONNRESET)) { in avahi_chroot_helper_unlink()
/external/curl/lib/
Dcurl_setup_once.h499 #undef ECONNRESET /* override definition in errno.h */
500 #define ECONNRESET WSAECONNRESET macro
/external/bison/lib/
Dstrerror-override.c74 case ECONNRESET: in strerror_override()
Derrno.in.h112 # define ECONNRESET 108 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h85 #define ECONNRESET 131 /* Connection reset by peer */ macro
/external/libcxx/include/
Dcerrno111 #ifndef ECONNRESET
112 #define ECONNRESET 9909
Dsystem_error132 connection_reset, // ECONNRESET
264 connection_reset = ECONNRESET,
Dmodule.modulemap41 E2BIG, ECONNRESET, EISCONN, ENOENT, ENOTRECOVERABLE, EROFS,
/external/mdnsresponder/mDNSShared/
Ddnssd_ipc.h72 # define dnssd_ECONNRESET ECONNRESET
/external/opencv3/3rdparty/openexr/Iex/
DIexThrowErrnoExc.cpp573 #if defined (ECONNRESET) in throwErrnoExc()
574 case ECONNRESET: in throwErrnoExc()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp61 connection_reset = ASIO_SOCKET_ERROR(ECONNRESET),
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_host.cc184 if (msg_len == 0 || (msg_len == -1 && errno == ECONNRESET)) { in HandleRequest()
/external/libbrillo/brillo/errors/
Derror_codes.cc148 ERROR_ENTRY(ECONNRESET), // Connection reset by peer
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp31 static_assert(static_cast<int>(std::errc::connection_reset) == ECONNRESET, ""); in main()
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dmemory_cache_http_server.py36 if e[0] != errno.ECONNRESET:
/external/dnsmasq/src/
Dlog.c204 errno == ECONNRESET) in log_write()
/external/autotest/client/cros/
Dhttpd.py24 if e.errno == errno.EPIPE or e.errno == errno.ECONNRESET:
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpproxy.py204 if e[0] == errno.ECONNRESET:

12