Searched refs:querybuf (Results 1 – 2 of 2) sorted by relevance
/system/netd/resolv/ |
D | gethnamaddr.cpp | 101 } querybuf; typedef 108 static struct hostent* getanswer(const querybuf*, int, const char*, int, res_state, struct hostent*, 144 static struct hostent* getanswer(const querybuf* answer, int anslen, const char* qname, int qtype, in getanswer() 777 auto buf = std::make_unique<querybuf>(); in dns_gethtbyname() 840 auto buf = std::make_unique<querybuf>(); in dns_gethtbyaddr()
|
D | getaddrinfo.cpp | 115 } querybuf; typedef 141 static struct addrinfo* getanswer(const querybuf*, int, const char*, int, const struct addrinfo*, 828 static struct addrinfo* getanswer(const querybuf* answer, int anslen, const char* qname, int qtype, in getanswer() 1386 auto buf = std::make_unique<querybuf>(); in dns_getaddrinfo() 1387 auto buf2 = std::make_unique<querybuf>(); in dns_getaddrinfo()
|