Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetservent.c38 struct servent* getservent_r(struct res_static* rs) { in getservent_r()
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()
Dsethostent.c68 struct res_static* rs = __res_get_static(); in sethostent()
75 struct res_static* rs = __res_get_static(); in endhostent()
Dgethnamaddr.c1540 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()
/bionic/libc/dns/include/
Dresolv_static.h20 struct res_static { struct
32 struct res_static* __res_get_static(void); argument
Dresolv_private.h191 struct res_static rstatic[1];
/bionic/libc/dns/resolv/
Dres_state.c55 struct res_static _rstatic[1];
71 _res_static_done(struct res_static* rs) in _res_static_done()
161 struct res_static* __res_get_static(void) { in __res_get_static()