Searched refs:rt (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_state.c | 61 _res_thread* rt = calloc(1, sizeof(*rt)); in _res_thread_alloc() local 63 if (rt) { in _res_thread_alloc() 64 rt->_h_errno = 0; in _res_thread_alloc() 65 memset(rt->_rstatic, 0, sizeof rt->_rstatic); in _res_thread_alloc() 67 return rt; in _res_thread_alloc() 87 _res_thread* rt = _rt; in _res_thread_free() local 89 D("%s: rt=%p for thread=%d", __FUNCTION__, rt, gettid()); in _res_thread_free() 91 _res_static_done(rt->_rstatic); in _res_thread_free() 92 res_ndestroy(rt->_nres); in _res_thread_free() 93 free(rt); in _res_thread_free() [all …]
|
D | res_cache.c | 2025 int rt = getaddrinfo(servers[i], sbuf, &hints, &nsaddrinfo[i]); in _resolv_set_nameservers_for_net() local 2026 if (rt != 0) { in _resolv_set_nameservers_for_net() 2031 XLOG("%s: getaddrinfo(%s)=%s", __FUNCTION__, servers[i], gai_strerror(rt)); in _resolv_set_nameservers_for_net()
|
/bionic/libc/kernel/uapi/linux/ |
D | cdrom.h | 587 __u8 rt : 1; member 604 __u8 rt : 1; member
|
/bionic/linker/ |
D | Android.bp | 192 "rt.cpp",
|