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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c128 struct hostent *newhp,
218 copy_decode_hostent_static(struct hostent *hp, struct hostent *newhp, argument
222 * Copy "struct hostent" data referenced by 'hp' to 'newhp'.
236 *newhp = *hp;
247 newhp->h_aliases = (char **)buf;
267 newhp->h_addr_list = (char **)buf;
284 newhp->h_addr_list[i] = buf;
288 newhp->h_addr_list[naddrs] = NULL;
307 newhp->h_name = buf;
312 newhp
403 struct hostent *newhp; local
900 struct hostent *newhp = copy_decode_hostent_dynamic(hp, errp); local
925 struct hostent *newhp = copy_decode_hostent_dynamic(hp, errp); local
[all...]

Completed in 10 milliseconds