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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c127 static struct hostent *copy_decode_hostent_static(struct hostent *hp,
218 copy_decode_hostent_static(struct hostent *hp, struct hostent *newhp, function
553 hp = copy_decode_hostent_static(REAL(gethostbyname)(name),
581 hp = copy_decode_hostent_static(REAL(gethostbyname2)(name, af),
602 hp = copy_decode_hostent_static(REAL(gethostbyaddr)(addr, len, type),
656 *rp = copy_decode_hostent_static(*rp, result, buffer, buflen,
713 *rp = copy_decode_hostent_static(*rp, result, buffer, buflen,
764 *rp = copy_decode_hostent_static(*rp, result, buffer, buflen,
821 hp = copy_decode_hostent_static(hp, result, buffer, buflen,
866 hp = copy_decode_hostent_static(h
[all...]

Completed in 251 milliseconds