Lines Matching refs:he

218     res_state res, struct hostent *hent, char *buf, size_t buflen, int *he)  in getanswer()  argument
251 *he = NO_RECOVERY; in getanswer()
496 *he = NO_RECOVERY; in getanswer()
516 *he = NETDB_SUCCESS; in getanswer()
521 *he = NETDB_INTERNAL; in getanswer()
569 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent() argument
580 *he = HOST_NOT_FOUND; in android_read_hostent()
665 *he = NETDB_SUCCESS; in android_read_hostent()
669 *he = NETDB_INTERNAL; in android_read_hostent()
676 size_t buflen, int *he) in gethostbyname_internal_real() argument
699 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
754 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
758 info.he = he; in gethostbyname_internal_real()
762 *he = NETDB_SUCCESS; in gethostbyname_internal_real()
765 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
777 *he = HOST_NOT_FOUND; in gethostbyname_internal_real()
787 *he = NETDB_SUCCESS; in gethostbyname_internal_real()
834 char *buf, size_t buflen, int *he, in android_gethostbyaddrfornetcontext_real() argument
852 *he = HOST_NOT_FOUND; in android_gethostbyaddrfornetcontext_real()
873 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
878 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
884 info.he = he; in android_gethostbyaddrfornetcontext_real()
885 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
889 *he = NETDB_SUCCESS; in android_gethostbyaddrfornetcontext_real()
895 struct hostent *hp, char *hbuf, size_t hbuflen, int *he, in android_gethostbyaddrfornetcontext_proxy_internal() argument
901 return android_gethostbyaddrfornetcontext_real(addr,len, af, hp, hbuf, hbuflen, he, netcontext); in android_gethostbyaddrfornetcontext_proxy_internal()
923 struct hostent *result = android_read_hostent(proxy, hp, hbuf, hbuflen, he); in android_gethostbyaddrfornetcontext_proxy_internal()
929 netbsd_gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) in netbsd_gethostent_r() argument
940 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
960 *he = HOST_NOT_FOUND; in netbsd_gethostent_r()
1030 *he = NETDB_SUCCESS; in netbsd_gethostent_r()
1038 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
1166 *info->he = NETDB_INTERNAL; in _dns_gethtbyname()
1182 info->buflen, info->he); in _dns_gethtbyname()
1186 switch (*info->he) { in _dns_gethtbyname()
1237 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1242 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1252 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1269 info->buflen, info->he); in _dns_gethtbyaddr()
1273 switch (*info->he) { in _dns_gethtbyaddr()
1299 *info->he = NETDB_SUCCESS; in _dns_gethtbyaddr()
1303 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1429 *info->he = NETDB_INTERNAL; in _yp_hostent()
1480 *info->he = HOST_NOT_FOUND; in _yp_gethtbyaddr()
1525 *info->he = HOST_NOT_FOUND; in _yp_gethtbyname()