Lines Matching refs:he

217     res_state res, struct hostent *hent, char *buf, size_t buflen, int *he)  in getanswer()  argument
250 *he = NO_RECOVERY; in getanswer()
495 *he = NO_RECOVERY; in getanswer()
515 *he = NETDB_SUCCESS; in getanswer()
520 *he = NETDB_INTERNAL; in getanswer()
568 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent() argument
579 *he = HOST_NOT_FOUND; in android_read_hostent()
664 *he = NETDB_SUCCESS; in android_read_hostent()
668 *he = NETDB_INTERNAL; in android_read_hostent()
675 size_t buflen, int *he) in gethostbyname_internal_real() argument
698 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
753 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
757 info.he = he; in gethostbyname_internal_real()
761 *he = NETDB_SUCCESS; in gethostbyname_internal_real()
764 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
776 *he = HOST_NOT_FOUND; in gethostbyname_internal_real()
786 *he = NETDB_SUCCESS; in gethostbyname_internal_real()
833 char *buf, size_t buflen, int *he, in android_gethostbyaddrfornetcontext_real() argument
851 *he = HOST_NOT_FOUND; in android_gethostbyaddrfornetcontext_real()
872 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
877 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
883 info.he = he; in android_gethostbyaddrfornetcontext_real()
884 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
888 *he = NETDB_SUCCESS; in android_gethostbyaddrfornetcontext_real()
894 struct hostent *hp, char *hbuf, size_t hbuflen, int *he, in android_gethostbyaddrfornetcontext_proxy_internal() argument
900 return android_gethostbyaddrfornetcontext_real(addr,len, af, hp, hbuf, hbuflen, he, netcontext); in android_gethostbyaddrfornetcontext_proxy_internal()
922 struct hostent *result = android_read_hostent(proxy, hp, hbuf, hbuflen, he); in android_gethostbyaddrfornetcontext_proxy_internal()
928 netbsd_gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) in netbsd_gethostent_r() argument
939 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
959 *he = HOST_NOT_FOUND; in netbsd_gethostent_r()
1029 *he = NETDB_SUCCESS; in netbsd_gethostent_r()
1037 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
1165 *info->he = NETDB_INTERNAL; in _dns_gethtbyname()
1181 info->buflen, info->he); in _dns_gethtbyname()
1185 switch (*info->he) { in _dns_gethtbyname()
1236 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1241 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1251 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1268 info->buflen, info->he); in _dns_gethtbyaddr()
1272 switch (*info->he) { in _dns_gethtbyaddr()
1298 *info->he = NETDB_SUCCESS; in _dns_gethtbyaddr()
1302 *info->he = NETDB_INTERNAL; in _dns_gethtbyaddr()
1428 *info->he = NETDB_INTERNAL; in _yp_hostent()
1479 *info->he = HOST_NOT_FOUND; in _yp_gethtbyaddr()
1524 *info->he = HOST_NOT_FOUND; in _yp_gethtbyname()