Searched refs:h_error (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c353 int h_error=0; local
359 gethostbyname_r(hostname, &res, (char*)buf, sizeof(buf), &hp, &h_error);
361 hp = gethostbyname_r(hostname, &res, (char*)buf, sizeof(buf), &h_error);
366 &res2, (char*)buf2, sizeof(buf2), &hp, &h_error);
369 &res2, (char*)buf2, sizeof(buf2), &h_error);
416 int h_error=0; local
449 gethostbyname_r(hostname, &res, (char*)buf, sizeof(buf), &hp, &h_error);
451 hp = gethostbyname_r(hostname, &res, (char*)buf, sizeof(buf), &h_error);
463 &hp, &h_error);
466 &h_error);
526 int h_error = 0; local
[all...]

Completed in 2489 milliseconds