Lines Matching refs:res
133 #define EXT(res) ((res)->_u._ext) argument
980 int res, origflags; in connect_with_timeout() local
987 res = __connect(sock, nsap, salen); in connect_with_timeout()
988 if (res < 0 && errno != EINPROGRESS) { in connect_with_timeout()
989 res = -1; in connect_with_timeout()
992 if (res != 0) { in connect_with_timeout()
1000 res = retrying_select(sock, &rset, &wset, &finish); in connect_with_timeout()
1001 if (res <= 0) { in connect_with_timeout()
1002 res = -1; in connect_with_timeout()
1009 " %d connect_with_timeout returning %d\n", sock, res); in connect_with_timeout()
1011 return res; in connect_with_timeout()