Searched refs:ares_init_options (Results 1 - 4 of 4) sorted by relevance

/external/c-ares/
H A DMakefile.inc89 ares_init_options.3 \
128 ares_init_options.html \
167 ares_init_options.pdf \
H A Dares.h237 options instead of with the ares_init_options() function.
240 ares_set_*() options and the ares_init_options() function will become
306 CARES_EXTERN int ares_init_options(ares_channel *channelptr,
H A Dares_init.c114 return ares_init_options(channelptr, NULL, 0);
117 int ares_init_options(ares_channel *channelptr, struct ares_options *options, function
284 rc = ares_init_options(dest, &opts, optmask);
H A Dadig.c289 /* Notice that calling ares_init_options() without servers in the
297 * ares_init_options() will do needless work. */
349 status = ares_init_options(&channel, &options, optmask);
353 fprintf(stderr, "ares_init_options: %s\n",
364 fprintf(stderr, "ares_init_options: %s\n",

Completed in 425 milliseconds