Home
last modified time | relevance | path

Searched refs:ndots (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_search.c53 int status, ndots; in ares_search() local
104 ndots = 0; in ares_search()
108 ndots++; in ares_search()
115 if (ndots >= channel->ndots) in ares_search()
Dares_init.c95 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 …]
Dares_getaddrinfo.c773 int ndots = 0; in as_is_first() local
779 ndots++; in as_is_first()
787 return ndots >= hquery->channel->ndots; in as_is_first()
Dares_private.h277 int ndots; member
/third_party/musl/src/network/
Dresolvconf.c19 conf->ndots = 1; in __get_resolv_conf()
100 if (z != p) conf->ndots = x > 15 ? 15 : x; in __get_resolv_conf()
Dlookup.h49 unsigned nns, attempts, ndots; member
Dlookup_name.c201 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
/third_party/musl/porting/linux/user/src/network/
Dresolvconf.c115 conf->ndots = 1; in __get_resolv_conf()
191 if (z != p) conf->ndots = x > 15 ? 15 : x; in __get_resolv_conf()
Dlookup_name.c222 if (dots >= conf.ndots || name[l-1]=='.') *search = 0;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dresolv.h37 unsigned ndots:4; member
/third_party/musl/include/
Dresolv.h37 unsigned ndots:4; member
/third_party/musl/porting/liteos_m/kernel/include/
Dresolv.h37 unsigned ndots:4; member
/third_party/musl/porting/uniproton/kernel/include/
Dresolv.h37 unsigned ndots:4; member
/third_party/musl/ndk_musl_include/
Dresolv.h37 unsigned ndots:4; member
/third_party/node/deps/cares/include/
Dares.h264 int ndots; member
/third_party/node/deps/cares/
DCHANGES721 …If a query is performed for dynamodb.us-east-1.amazonaws.com. with ndots=5, it was attempting to s…