Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dlookup.h63 hidden int __get_resolv_conf(struct resolvconf *, char *, size_t);
Dresolvconf.c12 int __get_resolv_conf(struct resolvconf *conf, char *search, size_t search_sz) in __get_resolv_conf() function
Dres_msend.c186 if (__get_resolv_conf(&conf, 0, 0) < 0) return -1; in __res_msend()
Dlookup_name.c187 if (__get_resolv_conf(&conf, search, sizeof search) < 0) return -1; in name_from_dns_search()