Searched refs:conf (Results 1 – 8 of 8) sorted by relevance
117 free (conf); in conf_decrement()141 if (conf != NULL) in __resolv_conf_get_current()161 if (conf != NULL) in __resolv_conf_get_current()169 return conf; in __resolv_conf_get_current()199 return conf; in resolv_conf_get_1()341 if (conf == NULL) in __resolv_conf_get()344 return conf; in __resolv_conf_get()352 if (conf == NULL) in __resolv_conf_put()401 if (conf == NULL) in __resolv_conf_allocate()461 return conf; in __resolv_conf_allocate()[all …]
56 struct resolv_conf *conf; member98 if (ctx->conf != NULL) in libc_hidden_proto()101 return ctx->conf->search_list[index]; in libc_hidden_proto()116 if (ctx->conf != NULL) in __resolv_context_nameserver_count()117 return ctx->conf->nameserver_list_size; in __resolv_context_nameserver_count()127 if (ctx->conf != NULL) in __resolv_context_nameserver()147 if (ctx->conf != NULL) in __resolv_context_sort_count()148 return ctx->conf->sort_list_size; in __resolv_context_sort_count()157 if (ctx->conf != NULL) in __resolv_context_sort_entry()159 if (index < ctx->conf->sort_list_size) in __resolv_context_sort_entry()[all …]
62 return ctx->resp->options == ctx->conf->options in replicated_configuration_matches()63 && ctx->resp->retrans == ctx->conf->retrans in replicated_configuration_matches()64 && ctx->resp->retry == ctx->conf->retry in replicated_configuration_matches()65 && ctx->resp->ndots == ctx->conf->ndots; in replicated_configuration_matches()90 if (current != ctx->conf) in maybe_init()98 __resolv_conf_put (ctx->conf); in maybe_init()100 ctx->conf = current; in maybe_init()110 assert (ctx->conf == NULL); in maybe_init()124 ctx->conf = __resolv_conf_get (ctx->resp); in maybe_init()137 ctx->conf = __resolv_conf_get (resp); in context_alloc()[all …]
44 const struct resolv_conf *conf = NULL; in do_test() local54 conf = ctx->conf; in do_test()55 TEST_VERIFY (conf != NULL); in do_test()60 TEST_VERIFY (ctx->conf == conf); in do_test()
98 if (ctx->conf == NULL) in print_resp()274 const char *conf; member423 .conf = "",430 .conf = "",436 .conf = "",444 .conf = "",453 .conf = "",482 .conf = "options no-reload\n"522 .conf = "domain example.net\n"530 .conf = "domain example.net \n"[all …]
581 struct resolv_conf *conf = NULL; in __resolv_conf_load() local599 conf = __resolv_conf_allocate (&parser.template); in __resolv_conf_load()610 return conf; in __resolv_conf_load()622 struct resolv_conf *conf; in __res_vinit() local626 conf = __resolv_conf_load (statp, NULL); in __res_vinit()628 conf = __resolv_conf_get_current (); in __res_vinit()629 if (conf == NULL) in __res_vinit()632 bool ok = __resolv_conf_attach (statp, conf); in __res_vinit()633 __resolv_conf_put (conf); in __res_vinit()
21 * The RES_DEBUG option (`options debug' in /etc/resolv.conf) has been38 specify the IPv6 address in /etc/resolv.conf. You cannot change the
107 TEST_VERIFY (ctx->conf != NULL); in check_have_conf()
Completed in 47 milliseconds