Home
last modified time | relevance | path

Searched refs:ndomains (Results 1 – 5 of 5) sorted by relevance

/external/c-ares/
Dares_init.c108 x->ndomains > -1 && \
163 channel->ndomains = -1; in ares_init_options()
243 for (i = 0; i < channel->ndomains; i++) in ares_init_options()
379 if (channel->ndomains) { in ares_save_options()
380 options->domains = malloc(channel->ndomains * sizeof(char *)); in ares_save_options()
384 for (i = 0; i < channel->ndomains; i++) in ares_save_options()
386 options->ndomains = i; in ares_save_options()
392 options->ndomains = channel->ndomains; in ares_save_options()
473 if ((optmask & ARES_OPT_DOMAINS) && channel->ndomains == -1) in init_by_options()
476 if (options->ndomains > 0) in init_by_options()
[all …]
Dares_destroy.c30 for (i = 0; i < options->ndomains; i++) in ares_destroy_options()
74 for (i = 0; i < channel->ndomains; i++) in ares_destroy()
Dares_search.c172 if (squery->next_domain < channel->ndomains) in search_callback()
312 if (channel->flags & ARES_FLAG_NOSEARCH || channel->ndomains == 0) in single_domain()
Dares_private.h259 int ndomains; member
Dares.h262 int ndomains; member