Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_state.c59 struct prop_info* _pi; member
72 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_alloc()
73 if (rt->_pi) { in _res_thread_alloc()
74 rt->_serial = rt->_pi->serial; in _res_thread_alloc()
124 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial); in _res_thread_get()
125 if (rt->_pi == NULL) { in _res_thread_get()
130 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_get()
131 if (rt->_pi == NULL) { in _res_thread_get()
138 if (rt->_serial == rt->_pi->serial) { in _res_thread_get()
145 rt->_serial = rt->_pi->serial; in _res_thread_get()