OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_static
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/dns/net/
servent.h
44
struct servent* getservent_r(
res_static
rs);
getservbyname.c
34
res_static
rs = __res_get_static();
getservbyport.c
35
res_static
rs = __res_get_static();
getservent.c
39
res_static
rs = __res_get_static();
52
getservent_r(
res_static
rs )
125
res_static
rs = __res_get_static();
gethnamaddr.c
[
all
...]
/bionic/libc/dns/include/
resolv_static.h
18
typedef struct
res_static
{
struct
28
} *
res_static
;
typedef in typeref:struct:res_static
30
extern
res_static
__res_get_static(void);
resolv_private.h
204
struct
res_static
rstatic[1];
/bionic/libc/dns/resolv/
res_state.c
59
struct
res_static
_rstatic[1];
81
_res_static_done(
res_static
rs )
216
res_static
Completed in 545 milliseconds