Lines Matching refs:conf
56 struct resolv_conf *conf; member
98 if (ctx->conf != NULL) in libc_hidden_proto()
100 if (index < ctx->conf->search_list_size) 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()
129 if (index < ctx->conf->nameserver_list_size) in __resolv_context_nameserver()
130 return ctx->conf->nameserver_list[index]; 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()
160 return ctx->conf->sort_list[index]; in __resolv_context_sort_entry()