/third_party/node/deps/cares/src/lib/ |
H A D | ares_search.c | 68 size_t ndots; in ares_search_int() local 128 ndots = 0; in ares_search_int() 131 ndots++; in ares_search_int() 135 /* If ndots is at least the channel ndots threshold (usually 1), in ares_search_int() 139 if (ndots >= channel->ndots || squery->ndomains == 0) { in ares_search_int()
|
H A D | ares_options.c | 126 options->ndots = (int)channel->ndots; in ares_save_options() 319 if (options->ndots <= 0) { in ares__init_by_options() 322 channel->ndots = (size_t)options->ndots; in ares__init_by_options()
|
H A D | ares_sysconfig.c | 957 if (res.ndots > 0) { in ares__init_sysconfig_libresolv() 958 sysconfig->ndots = (size_t)res.ndots; in ares__init_sysconfig_libresolv() 1046 if (sysconfig->ndots && !(channel->optmask & ARES_OPT_NDOTS)) { in ares_sysconfig_apply() 1047 channel->ndots = sysconfig->ndots; in ares_sysconfig_apply()
|
H A D | ares_getaddrinfo.c | 753 size_t ndots = 0; in as_is_first() local 756 ndots++; in as_is_first() 760 /* prevent ARES_EBADNAME for valid FQDN, where ndots < channel->ndots */ in as_is_first() 763 return ndots >= hquery->channel->ndots ? ARES_TRUE : ARES_FALSE; in as_is_first()
|
H A D | ares_private.h | 240 size_t ndots; member 390 size_t ndots; member 563 (x && x->lookups && ares__slist_len(x->servers) > 0 && x->ndots > 0 && \
|
H A D | ares_init.c | 155 if (channel->ndots == 0) { in init_by_defaults() 156 channel->ndots = 1; in init_by_defaults()
|
H A D | ares_sysconfig_files.c | 388 val = try_option(p, q, "ndots:"); in set_options() 390 sysconfig->ndots = strtoul(val, NULL, 10); in set_options()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | resolvconf.c | 130 conf->ndots = 1; in get_resolv_conf_ext() 202 p = strstr(line, "ndots:"); in get_resolv_conf_ext() 206 if (z != p) conf->ndots = x > 15 ? 15 : x; in get_resolv_conf_ext()
|
H A D | lookup.h | 49 unsigned nns, attempts, ndots; member
|
H A D | lookup_name.c | 265 /* Count dots, suppress search when >=ndots or name ends in in name_from_dns_search() 268 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
|
/third_party/musl/src/network/ |
H A D | resolvconf.c | 116 conf->ndots = 1; in get_resolv_conf_ext() 196 p = strstr(line, "ndots:"); in get_resolv_conf_ext() 200 if (z != p) conf->ndots = x > 15 ? 15 : x; in get_resolv_conf_ext()
|
H A D | lookup.h | 52 unsigned nns, attempts, ndots; member
|
H A D | lookup_name.c | 319 /* Count dots, suppress search when >=ndots or name ends in in name_from_dns_search() 322 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | resolv.h | 37 unsigned ndots:4; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | resolv.h | 37 unsigned ndots:4; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | resolv.h | 37 unsigned ndots:4; member
|
/third_party/musl/include/ |
H A D | resolv.h | 37 unsigned ndots:4; member
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 45 unsigned nns, attempts, ndots; member 400 .ndots = 1, in main()
|
/third_party/cares/include/ |
H A D | ares.h | 263 int ndots; member
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 319 int ndots; member
|