Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetservent.c112 res_static rs = __res_get_static(); in endservent()
117 res_static rs = __res_get_static(); in getservent()
122 res_static rs = __res_get_static(); in getservbyname()
138 res_static rs = __res_get_static(); in getservbyport()
Dsethostent.c71 res_static rs = __res_get_static(); in sethostent()
78 res_static rs = __res_get_static(); in endhostent()
Dgethnamaddr.c952 const size_t line_buf_size = sizeof(__res_get_static()->hostbuf); in netbsd_gethostent_r()
1540 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in gethostbyname()
1550 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in gethostbyname2()
1586 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in android_gethostbynamefornetcontext()
1617 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in android_gethostbyaddrfornetcontext_proxy()
1625 res_static rs = __res_get_static(); in gethostent()
/bionic/libc/dns/include/
Dresolv_static.h30 extern res_static __res_get_static(void);
/bionic/libc/dns/resolv/
Dres_state.c181 __res_get_static(void) in __res_get_static() function