Searched refs:optmask (Results 1 – 5 of 5) sorted by relevance
/external/c-ares/ |
D | ares_init.c | 80 int optmask); 118 int optmask) in ares_init_options() argument 198 status = init_by_options(channel, options, optmask); in ares_init_options() 273 int optmask; in ares_dup() local 279 rc = ares_save_options(src, &opts, &optmask); in ares_dup() 284 rc = ares_init_options(dest, &opts, optmask); in ares_dup() 323 int *optmask) in ares_save_options() argument 337 (*optmask) = (ARES_OPT_FLAGS|ARES_OPT_TRIES|ARES_OPT_NDOTS| in ares_save_options() 341 (channel->optmask & ARES_OPT_ROTATE); in ares_save_options() 416 int optmask) in init_by_options() argument [all …]
|
D | adig.c | 200 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main() local 298 optmask |= ARES_OPT_SERVERS; in main() 332 optmask |= ARES_OPT_TCP_PORT; in main() 340 optmask |= ARES_OPT_UDP_PORT; in main() 349 status = ares_init_options(&channel, &options, optmask); in main()
|
D | ares.h | 308 int optmask); 312 int *optmask);
|
D | ares_private.h | 271 int optmask; /* the option bitfield passed in at init time */ member
|
D | CHANGES | 343 supports the ROTATE option thanks to c-ares now storing the "optmask"
|