Lines Matching refs:olderrno
1630 int olderrno = WSAGetLastError();
1632 int olderrno = errno;
1653 if (olderrno == ECONNREFUSED || olderrno == EINTR
1657 (olderrno == ENETUNREACH || olderrno == EAFNOSUPPORT ||
1658 olderrno == EADDRNOTAVAIL || olderrno == ETIMEDOUT
1660 || olderrno == EHOSTDOWN
1666 else if (olderrno == EWOULDBLOCK || olderrno == EINPROGRESS)
1671 olderrno);
1916 int olderrno = errno;
1921 errno = olderrno;
1939 if (olderrno == EWOULDBLOCK || olderrno == EINPROGRESS)
1941 else if (olderrno == EINTR)