Searched defs:read_rv (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/java/net/
H A DInet4AddressImpl.c303 int read_rv = 0; local
H A DInet6AddressImpl.c369 int read_rv = 0; local
H A Dnet_util_md.c976 jint read_rv; local
1001 read_rv = select(fd+1, &rd, &wr, &ex, &t);
1006 return read_rv > 0 ? 0 : -1;
1010 if (read_rv > 0) {
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c1636 jint read_rv; local
1653 read_rv = NET_Poll(&pfd, 1, timeout);
1678 read_rv = NET_Select(fd+1, &rd, &wr, &ex, &t);
1685 return read_rv > 0 ? 0 : -1;
1689 if (read_rv > 0) {

Completed in 72 milliseconds