Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_state.c58 struct prop_info* _pi; member
71 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_alloc()
72 if (rt->_pi) { in _res_thread_alloc()
73 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_alloc()
122 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial); in _res_thread_get()
123 if (rt->_pi == NULL) { in _res_thread_get()
128 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_get()
129 if (rt->_pi == NULL) { in _res_thread_get()
136 if (rt->_serial == __system_property_serial(rt->_pi)) { in _res_thread_get()
143 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_get()
/bionic/libc/bionic/
Dsystem_properties_compat.c97 __LIBC_HIDDEN__ int __system_property_read_compat(const prop_info *_pi, char *name, char *value) in __system_property_read_compat() argument
100 const prop_info_compat *pi = (const prop_info_compat *)_pi; in __system_property_read_compat()