Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_gethostbyaddr.c55 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
Dares_gethostbyname.c222 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
Dares_getaddrinfo.c428 static int file_lookup(struct host_query *hquery) in file_lookup() function
551 if (file_lookup(hquery) == ARES_SUCCESS) in next_lookup()
/third_party/toybox/kconfig/
Dutil.c12 struct file *file_lookup(const char *name) in file_lookup() function
Dlkc.h92 struct file *file_lookup(const char *name);
Dlex.zconf.c_shipped2288 current_file = file_lookup(name);
2295 struct file *file = file_lookup(name);
/third_party/node/deps/cares/
DCHANGES498 Configurable hosts path for file_lookup (#465)