Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_static.h18 typedef struct res_static { struct
28 } *res_static; argument
30 extern res_static __res_get_static(void);
Dresolv_private.h196 struct res_static rstatic[1];
/bionic/libc/dns/net/
Dservent.h44 struct servent* getservent_r(res_static rs);
Dgetservent.c38 res_static rs = __res_get_static(); in setservent()
51 getservent_r( res_static rs ) in getservent_r()
124 res_static rs = __res_get_static(); in getservent()
Dgetservbyport.c35 res_static rs = __res_get_static(); in getservbyport()
Dgetservbyname.c36 res_static rs = __res_get_static(); in getservbyname()
/bionic/libc/dns/resolv/
Dres_state.c61 struct res_static _rstatic[1];
83 _res_static_done( res_static rs ) in _res_static_done()
219 res_static
/bionic/libc/dns/
Dgethnamaddr.c196 res_static rs = __res_get_static(); in getanswer()
578 res_static rs = __res_get_static(); in android_read_hostent()
632 res_static rs = __res_get_static(); in gethostbyname_internal_real()
899 res_static rs = __res_get_static(); in _sethtent()
911 res_static rs = __res_get_static(); in _endhtent()
926 res_static rs = __res_get_static(); in _gethtent()
1040 res_static rs = __res_get_static(); in _gethtbyname2()
1130 res_static rs = __res_get_static(); in _gethtbyaddr()
1250 res_static rs = __res_get_static(); in gethostent()
1328 res_static rs = __res_get_static(); in _dns_gethtbyaddr()