Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/net/
Dgetservent.c38 struct servent* getservent_r(res_static rs) { in getservent_r()
112 res_static rs = __res_get_static(); in endservent() local
117 res_static rs = __res_get_static(); in getservent() local
122 res_static rs = __res_get_static(); in getservbyname() local
138 res_static rs = __res_get_static(); in getservbyport() local
Dsethostent.c71 res_static rs = __res_get_static(); in sethostent() local
78 res_static rs = __res_get_static(); in endhostent() local
Dgethnamaddr.c1540 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in gethostbyname() local
1550 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in gethostbyname2() local
1586 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in android_gethostbynamefornetcontext() local
1617 res_static rs = __res_get_static(); /* Use res_static to provide thread-safety. */ in android_gethostbyaddrfornetcontext_proxy() local
1625 res_static rs = __res_get_static(); in gethostent() local
/bionic/libc/upstream-openbsd/android/include/
Darc4random.h65 struct _rs rs; in _rs_allocate() member
/bionic/libc/dns/resolv/
Dres_state.c71 _res_static_done( res_static rs ) in _res_static_done()
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Darc4random.c56 } *rs; variable