Searched refs:file_lookup (Results 1 – 7 of 7) sorted by relevance
55 static int file_lookup(struct ares_addr *addr, struct hostent **host);114 status = file_lookup(&aquery->addr, &host); in next_lookup()169 static int file_lookup(struct ares_addr *addr, struct hostent **host) in file_lookup() function
222 static int file_lookup(const char *name, int family, struct hostent **host);243 result = file_lookup(name, family, host); in ares_gethostbyname_file()252 static int file_lookup(const char *name, int family, struct hostent **host) in file_lookup() function
428 static int file_lookup(struct host_query *hquery) in file_lookup() function551 if (file_lookup(hquery) == ARES_SUCCESS) in next_lookup()
12 struct file *file_lookup(const char *name) in file_lookup() function
92 struct file *file_lookup(const char *name);
2288 current_file = file_lookup(name);2295 struct file *file = file_lookup(name);
498 Configurable hosts path for file_lookup (#465)