Searched refs:file_lookup (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_gethostbyaddr.c | 61 static int file_lookup(struct ares_addr *addr, struct hostent **host); 120 status = file_lookup(&aquery->addr, &host); in next_lookup() 175 static int file_lookup(struct ares_addr *addr, struct hostent **host) in file_lookup() function
|
D | ares_gethostbyname.c | 71 static int file_lookup(const char *name, int family, struct hostent **host); 162 status = file_lookup(hquery->name, hquery->want_family, &host); in next_lookup() 333 result = file_lookup(name, family, host); in ares_gethostbyname_file() 342 static int file_lookup(const char *name, int family, struct hostent **host) in file_lookup() function
|
/external/toybox/kconfig/ |
D | util.c | 12 struct file *file_lookup(const char *name) in file_lookup() function
|
D | lkc.h | 92 struct file *file_lookup(const char *name);
|
D | lex.zconf.c_shipped | 2288 current_file = file_lookup(name); 2295 struct file *file = file_lookup(name);
|