HomeSort by relevance Sort by last modified time
    Searched refs:ndomains (Results 1 - 5 of 5) sorted by null

  /external/c-ares/
ares_destroy.c 30 for (i = 0; i < options->ndomains; i++)
74 for (i = 0; i < channel->ndomains; i++)
ares_init.c 108 x->ndomains > -1 && \
163 channel->ndomains = -1;
243 for (i = 0; i < channel->ndomains; i++)
379 if (channel->ndomains) {
380 options->domains = malloc(channel->ndomains * sizeof(char *));
384 for (i = 0; i < channel->ndomains; i++)
386 options->ndomains = i;
392 options->ndomains = channel->ndomains;
470 /* Copy the domains, if given. Keep channel->ndomains consistent s
    [all...]
ares_search.c 172 if (squery->next_domain < channel->ndomains)
312 if (channel->flags & ARES_FLAG_NOSEARCH || channel->ndomains == 0)
ares_private.h 259 int ndomains; member in struct:ares_channeldata
ares.h 262 int ndomains; member in struct:ares_options

Completed in 80 milliseconds