Searched refs:ECONNRESET (Results 1 – 25 of 27) sorted by relevance
12
45 errno = ECONNRESET; in asyncReader_read()91 errno = ECONNRESET; in asyncWriter_write()140 errno = ECONNRESET; in asyncLineReader_read()
244 errno = ECONNRESET; in syncsocket_write_absolute()
91 #undef ECONNRESET92 #define ECONNRESET WSAECONNRESET macro
817 case ECONNRESET: in IsDescriptorClosed()
28 case ECONNRESET: in MapSystemError()
83 # ifndef ECONNRESET84 # define ECONNRESET 10054 macro
97 EE(WSAECONNRESET,ECONNRESET,"connection reset by peer") \
318 if (errno == ECONNRESET) in get_char()
75 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET); in TEST_F()98 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET); in TEST_F()
102 net::URLRequestStatus failed(net::URLRequestStatus::FAILED, ECONNRESET); in Start()
77 if (errno != ECONNRESET) { in _attachUiProxy_io_func()
168 if (errno == ECONNRESET) { in _userEventsImpl_io_func()
126 if (errno != ECONNRESET) { in _uiCmdProxy_io_func()
227 if (errno == ECONNRESET) { in _proxyFb_io_read()
391 if (errno == ECONNRESET) { in _coreCmdImpl_io_func()
77 #define ECONNRESET 104 /* Connection reset by peer */ macro
274 # ifndef ECONNRESET275 # define ECONNRESET 108 macro516 connection_reset = ECONNRESET,
240 return ECONNRESET; in bt_error()
204 errno == ECONNRESET) in log_write()
656 #define ECONNRESET WSAECONNRESET
1033 #ifdef ECONNRESET in g_strerror()1034 case ECONNRESET: return "connection reset by peer"; in g_strerror()
143 if (errno == ECONNRESET)175 if (errno == ECONNRESET)
576 #define VKI_ECONNRESET ECONNRESET
620 closedown(ECONNRESET); in process()
563 case ECONNRESET: in xmlNanoHTTPRecv()