Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_state.c55 struct res_static _rstatic[1]; member
65 memset(rt->_rstatic, 0, sizeof rt->_rstatic); in _res_thread_alloc()
91 _res_static_done(rt->_rstatic); in _res_thread_free()
185 return rt ? rt->_rstatic : NULL; in __res_get_static()