Home
last modified time | relevance | path

Searched defs:hostf (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dgetaddrinfo.cpp1473 static void _sethtent(FILE** hostf) { in _sethtent()
1480 static void _endhtent(FILE** hostf) { in _endhtent()
1487 static struct addrinfo* _gethtent(FILE** hostf, const char* name, const struct addrinfo* pai) { in _gethtent()
1559 FILE* hostf = nullptr; in files_getaddrinfo() local