Searched refs:file_lookup (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_gethostbyaddr.c | 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
|
D | ares_gethostbyname.c | 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
|
D | ares_getaddrinfo.c | 407 static int file_lookup(struct host_query *hquery) in file_lookup() function 513 if (file_lookup(hquery) == ARES_SUCCESS) in next_lookup()
|
/third_party/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() 340 result = file_lookup(name, family, host); in ares_gethostbyname_file() 349 static int file_lookup(const char *name, int family, struct hostent **host) in file_lookup() function
|
D | ares_getaddrinfo.c | 432 static int file_lookup(struct host_query *hquery) in file_lookup() function 521 if (file_lookup(hquery) == ARES_SUCCESS) in next_lookup()
|
/third_party/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);
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | util.c | 14 struct file *file_lookup(const char *name) in file_lookup() function
|
D | lkc.h | 114 struct file *file_lookup(const char *name);
|