Searched refs:ndots (Results 1 – 16 of 16) sorted by relevance
53 int status, ndots; in ares_search() local104 ndots = 0; in ares_search()108 ndots++; in ares_search()115 if (ndots >= channel->ndots) in ares_search()
95 x->ndots > -1 && x->timeout > -1 && \128 channel->ndots = -1; in ares_init_options()345 options->ndots = channel->ndots; in ares_save_options()435 if ((optmask & ARES_OPT_NDOTS) && channel->ndots == -1) in init_by_options()436 channel->ndots = options->ndots; in init_by_options()1683 if (channel->ndots == -1) in init_by_resolv_conf()1684 channel->ndots = res.ndots; in init_by_resolv_conf()1895 if (channel->ndots == -1) in init_by_defaults()1896 channel->ndots = 1; in init_by_defaults()2354 if (val && channel->ndots == -1) in set_options()[all …]
773 int ndots = 0; in as_is_first() local779 ndots++; in as_is_first()787 return ndots >= hquery->channel->ndots; in as_is_first()
277 int ndots; member
19 conf->ndots = 1; in __get_resolv_conf()100 if (z != p) conf->ndots = x > 15 ? 15 : x; in __get_resolv_conf()
49 unsigned nns, attempts, ndots; member
201 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
115 conf->ndots = 1; in __get_resolv_conf()191 if (z != p) conf->ndots = x > 15 ? 15 : x; in __get_resolv_conf()
222 if (dots >= conf.ndots || name[l-1]=='.') *search = 0;
37 unsigned ndots:4; member
264 int ndots; member
721 …If a query is performed for dynamodb.us-east-1.amazonaws.com. with ndots=5, it was attempting to s…