Lines Matching refs:resolv_context
52 static __thread struct resolv_context *current attribute_tls_model_ie;
60 replicated_configuration_matches (const struct resolv_context *ctx) in replicated_configuration_matches()
71 maybe_init (struct resolv_context *ctx, bool preinit) in maybe_init()
130 static struct resolv_context *
133 struct resolv_context *ctx = malloc (sizeof (*ctx)); in context_alloc()
147 context_free (struct resolv_context *ctx) in context_free()
157 static struct resolv_context *
175 static struct resolv_context *
181 struct resolv_context *ctx = context_alloc (&_res); in context_get()
192 struct resolv_context *
199 struct resolv_context * in libc_hidden_def()
206 struct resolv_context * in libc_hidden_def()
211 struct resolv_context *ctx = context_alloc (resp); in libc_hidden_def()
221 __resolv_context_put (struct resolv_context *ctx) in libc_hidden_def()
244 struct resolv_context *ctx = current; in libc_hidden_def()
248 struct resolv_context *next = ctx->__next; in libc_hidden_def()