Searched refs:ECONNRESET (Results 1 – 7 of 7) sorted by relevance
80 # ifndef ECONNRESET81 # define ECONNRESET 10054 macro
97 EE(WSAECONNRESET,ECONNRESET,"connection reset by peer") \
319 if (errno == ECONNRESET) in get_char()
262 return ECONNRESET; in bt_error()
1033 #ifdef ECONNRESET in g_strerror()1034 case ECONNRESET: return "connection reset by peer"; in g_strerror()
563 case ECONNRESET: in xmlNanoHTTPRecv()
1457 if (err == -ECONNRESET && req->reconnect_attempt < 1) { in browse_cb()