Lines Matching refs:conf
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()
83 if (ctx->conf != NULL && replicated_configuration_matches (ctx)) in maybe_init()
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()
151 __resolv_conf_put (ctx->conf); in context_free()