Searched defs:rt (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_state.c67 _res_thread* rt = calloc(1, sizeof(*rt)); local
69 if (rt) {
70 rt->_h_errno = 0;
72 rt->_serial = 0;
73 rt->_pi = (struct prop_info*) __system_property_find("net.change");
74 if (rt->_pi) {
75 rt->_serial = __system_property_serial(rt->_pi);
77 memset(rt
99 _res_thread* rt = _rt; local
117 _res_thread* rt; local
199 _res_thread* rt = _res_thread_get(); local
208 _res_thread* rt = _res_thread_get(); local
222 _res_thread* rt = _res_thread_get(); local
[all...]
H A Dres_cache.c1929 int i, rt, index; local
1956 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]);
1957 if (rt == 0) {
/bionic/libc/kernel/uapi/linux/
H A Dcdrom.h735 __u8 rt : 1; member in struct:__anon231
756 __u8 rt : 1; member in struct:__anon231
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c4467 tchunkptr rt; local
4474 rt = t->child[1];
4476 if (rt != 0 && rt != t)
4477 rst = rt;

Completed in 102 milliseconds