Home
last modified time | relevance | path

Searched refs:__res_state (Results 1 – 12 of 12) sorted by relevance

/resolv/
A Dresolv_conf.h65 struct __res_state;
74 struct resolv_conf *__resolv_conf_load (struct __res_state *preinit,
86 struct resolv_conf *__resolv_conf_get (struct __res_state *) attribute_hidden;
101 bool __resolv_conf_attach (struct __res_state *, struct resolv_conf *)
105 void __resolv_conf_detach (struct __res_state *resp) attribute_hidden;
A Dres-state.c22 struct __res_state *
23 __res_state (void) in __res_state() function
27 libc_hidden_def (__res_state)
A Dres_libc.c91 struct __res_state _res;
94 __thread struct __res_state *__resp = &_res;
95 extern __thread struct __res_state *__libc_resp
A Dresolv_context.c73 struct __res_state *resp = ctx->resp; in maybe_init()
131 context_alloc (struct __res_state *resp) in context_alloc()
207 __resolv_context_get_override (struct __res_state *resp) in libc_hidden_def()
A Dresolv.h160 extern struct __res_state *__res_state(void) __attribute__ ((__const__));
162 #define _res (*__res_state())
A Dresolv_context.h49 struct __res_state *resp; /* Backing resolver state. */
89 struct resolv_context *__resolv_context_get_override (struct __res_state *)
A Dresolv_conf.c175 resolv_conf_get_1 (const struct __res_state *resp) in resolv_conf_get_1()
242 resolv_conf_matches (const struct __res_state *resp, in resolv_conf_matches()
338 __resolv_conf_get (struct __res_state *resp) in __resolv_conf_get()
466 update_from_conf (struct __res_state *resp, const struct resolv_conf *conf) in update_from_conf()
578 __resolv_conf_attach (struct __res_state *resp, struct resolv_conf *conf) in __resolv_conf_attach()
637 __resolv_conf_detach (struct __res_state *resp) in __resolv_conf_detach()
A Dres_init.c168 has_preinit_values (const struct __res_state *preinit) in has_preinit_values()
178 const struct __res_state *preinit) in resolv_conf_parser_init()
553 __resolv_conf_load (struct __res_state *preinit, in __resolv_conf_load()
A DVersions39 __res_state;
A Dres_query.c114 struct __res_state *statp = ctx->resp; in __res_context_query()
339 struct __res_state *statp = ctx->resp; in __res_context_search()
589 struct __res_state *statp = ctx->resp; in __res_context_querydomain()
A Dres_send.c197 nameserver_offset (struct __res_state *statp) in nameserver_offset()
259 struct __res_state *statp = ctx->resp; in __res_context_send()
/resolv/bits/types/
A Dres_state.h13 struct __res_state { struct
59 typedef struct __res_state *res_state; argument

Completed in 23 milliseconds