• Home
  • Raw
  • Download

Lines Matching defs:hp

147     const HEADER* hp;  in getanswer()  local
411 static int gethostbyname_internal_real(const char* name, int af, res_state res, hostent* hp, in gethostbyname_internal_real()
496 static int gethostbyname_internal(const char* name, int af, res_state res, hostent* hp, char* hbuf, in gethostbyname_internal()
503 struct hostent* hp, char* buf, size_t buflen, in android_gethostbyaddrfornetcontext_real()
553 const void* addr, socklen_t len, int af, struct hostent* hp, char* hbuf, size_t hbuflen, in android_gethostbyaddrfornetcontext_proxy_internal()
678 static void convert_v4v6_hostent(struct hostent* hp, char** bpp, char* ep, in convert_v4v6_hostent()
702 static void map_v4v6_hostent(struct hostent* hp, char** bpp, char* ep) { in map_v4v6_hostent()
704 [](struct hostent* hp) { in map_v4v6_hostent()
712 static void pad_v4v6_hostent(struct hostent* hp, char** bpp, char* ep) { in pad_v4v6_hostent()
714 [](struct hostent* hp) { in pad_v4v6_hostent()
745 char* hp; in addrsort() local
791 hostent* hp = getanswer(buf.get(), n, name, type, res, info->hp, info->buf, info->buflen, &he); in dns_gethtbyname() local
855 hostent* hp = getanswer(buf.get(), n, qbuf, T_PTR, res, info->hp, info->buf, info->buflen, &he); in dns_gethtbyaddr() local
889 const struct android_net_context* netcontext, hostent** hp) { in android_gethostbynamefornetcontext()
903 const struct android_net_context* netcontext, hostent** hp) { in android_gethostbyaddrfornetcontext()
909 hostent** hp) { in android_gethostbyaddrfornetcontext_proxy()