Home
last modified time | relevance | path

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

/aosp12/bionic/libc/dns/include/
H A Dresolv_static.h25 FILE* hostf; member
/aosp12/bionic/libc/dns/net/
H A Dgetaddrinfo.c2030 _sethtent(FILE **hostf) in _sethtent()
2040 _endhtent(FILE **hostf) in _endhtent()
2050 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) in _gethtent()
2123 FILE *hostf = NULL; in _files_getaddrinfo() local
/aosp12/packages/modules/DnsResolver/
H A Dgetaddrinfo.cpp1471 static void _sethtent(FILE** hostf) { in _sethtent()
1478 static void _endhtent(FILE** hostf) { in _endhtent()
1485 static struct addrinfo* _gethtent(FILE** hostf, const char* name, const struct addrinfo* pai) { in _gethtent()
1557 FILE* hostf = nullptr; in files_getaddrinfo() local