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

/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c316 #define BIG_HENT_BUF_SIZE 10240 /* a jumbo-sized one */ macro
460 if ((tmp = (char*)malloc(BIG_HENT_BUF_SIZE))) {
462 gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE,
465 hp = gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE,
558 if ((tmp = (char*)malloc(BIG_HENT_BUF_SIZE))) {
561 &hent, tmp, BIG_HENT_BUF_SIZE, &hp, &h_error);
564 &hent, tmp, BIG_HENT_BUF_SIZE, &h_error);

Completed in 663 milliseconds