Home
last modified time | relevance | path

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

/external/c-ares/
Dares_init.c99 static int config_lookup(ares_channel channel, const char *str,
988 status = config_lookup(channel, p, "bind", "file"); in init_by_resolv_conf()
1029 (void)config_lookup(channel, p, "dns", "files"); in init_by_resolv_conf()
1057 (void)config_lookup(channel, p, "bind", "hosts"); in init_by_resolv_conf()
1085 (void)config_lookup(channel, p, "bind", "local"); in init_by_resolv_conf()
1290 static int config_lookup(ares_channel channel, const char *str, in config_lookup() function