Home
last modified time | relevance | path

Searched refs:getCustomHosts (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp149 static struct addrinfo* getCustomHosts(const size_t netid, const char*, const struct addrinfo*);
1536 static struct addrinfo* getCustomHosts(const size_t netid, const char* _Nonnull name, in getCustomHosts() function
1567 if ((p = getCustomHosts(netid, name, pai)) != nullptr) { in files_getaddrinfo()