Searched refs:copy_decode_hostent_static (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.c | 127 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 12 milliseconds