Searched refs:hstbuflen (Results 1 – 1 of 1) sorted by relevance
1261 if (*hstbuflen == 0) {1262 *hstbuflen = 1024;1263 *tmphstbuf = (char *)malloc (*hstbuflen);1270 *hstbuflen *= 2;1287 if (*hstbuflen == 0) {1288 *hstbuflen = 1024;1289 *tmphstbuf = (char *)malloc (*hstbuflen);1296 *hstbuflen *= 2;1305 if (*hstbuflen == 0) {1306 *hstbuflen = sizeof(struct hostent_data);[all …]
Completed in 6 milliseconds