Searched refs:__res_get_static (Results 1 – 5 of 5) sorted by relevance
112 struct res_static* rs = __res_get_static(); in endservent()117 struct res_static* rs = __res_get_static(); in getservent()122 struct res_static* rs = __res_get_static(); in getservbyname()138 struct res_static* rs = __res_get_static(); in getservbyport()
68 struct res_static* rs = __res_get_static(); in sethostent()75 struct res_static* rs = __res_get_static(); in endhostent()
951 const size_t line_buf_size = sizeof(__res_get_static()->hostbuf); in netbsd_gethostent_r()1540 struct res_static* rs = __res_get_static(); in gethostbyname()1550 struct res_static* rs = __res_get_static(); in gethostbyname2()1586 struct res_static* rs = __res_get_static(); in android_gethostbynamefornetcontext()1618 struct res_static* rs = __res_get_static(); in android_gethostbyaddrfornetcontext_proxy()1626 struct res_static* rs = __res_get_static(); in gethostent()
32 struct res_static* __res_get_static(void);
161 struct res_static* __res_get_static(void) { in __res_get_static() function