Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_static.h30 extern res_static __res_get_static(void);
/bionic/libc/dns/net/
Dgetservbyport.c35 res_static rs = __res_get_static(); in getservbyport()
Dgetservbyname.c36 res_static rs = __res_get_static(); in getservbyname()
Dgetservent.c38 res_static rs = __res_get_static(); in setservent()
124 res_static rs = __res_get_static(); in getservent()
/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()
/bionic/libc/dns/resolv/
Dres_state.c220 __res_get_static(void) in __res_get_static() function