Lines Matching defs:optmask
140 if (!(channel->optmask & ARES_OPT_FLAGS)) {
297 const struct ares_options *options, int optmask)
364 status = ares__init_by_options(channel, options, optmask);
401 if (channel->optmask & ARES_OPT_EVENT_THREAD) {
450 int optmask;
461 rc = (ares_status_t)ares_save_options(src, &opts, &optmask);
468 rc = (ares_status_t)ares_init_options(dest, &opts, optmask);
494 * too will toggle the optmask ARES_OPT_SERVERS to let us know. If that's
502 if (optmask & ARES_OPT_SERVERS) {
581 channel->optmask |= ARES_OPT_SORTLIST;