Home
last modified time | relevance | path

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

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