Searched refs:ares_init_options (Results 1 – 6 of 6) sorted by relevance
/external/c-ares/ |
D | Makefile.inc | 89 ares_init_options.3 \ 128 ares_init_options.html \ 167 ares_init_options.pdf \
|
D | ares.h | 306 CARES_EXTERN int ares_init_options(ares_channel *channelptr,
|
D | ares_init.c | 114 return ares_init_options(channelptr, NULL, 0); in ares_init() 117 int ares_init_options(ares_channel *channelptr, struct ares_options *options, in ares_init_options() function 284 rc = ares_init_options(dest, &opts, optmask); in ares_dup()
|
D | CHANGES | 86 In order to not break ABI compatibility, ares_init_options() with option 91 using ares_init_options() or ares_save_options() at some point to handle 259 Make ares_init(), ares_dup() and ares_init_options() fail returning 351 ares_init_options() will continue to work exactly like now and before. For 556 ares_init_options()'s ARES_OPT_TIMEOUTMS. 743 used to keep options for later re-usal when ares_init_options() is used. 756 options populated can be used to pass back into ares_init_options(),
|
D | adig.c | 349 status = ares_init_options(&channel, &options, optmask); in main()
|
D | Makefile.in | 449 ares_init_options.3 \ 488 ares_init_options.html \ 527 ares_init_options.pdf \
|