Searched refs:ndomains (Results 1 – 5 of 5) sorted by relevance
108 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 …]
30 for (i = 0; i < options->ndomains; i++) in ares_destroy_options()74 for (i = 0; i < channel->ndomains; i++) in ares_destroy()
172 if (squery->next_domain < channel->ndomains) in search_callback()312 if (channel->flags & ARES_FLAG_NOSEARCH || channel->ndomains == 0) in single_domain()
259 int ndomains; member
262 int ndomains; member