Searched refs:hstbuflen (Results 1 – 1 of 1) sorted by relevance
1292 if (*hstbuflen == 0) {1293 *hstbuflen = 1024;1294 *tmphstbuf = (char *)malloc (*hstbuflen);1301 *hstbuflen *= 2;1318 if (*hstbuflen == 0) {1319 *hstbuflen = 1024;1320 *tmphstbuf = (char *)malloc (*hstbuflen);1327 *hstbuflen *= 2;1336 if (*hstbuflen == 0) {1337 *hstbuflen = sizeof(struct hostent_data);[all …]
Completed in 6 milliseconds