Searched defs:ndots (Results 1 - 5 of 5) sorted by relevance

/external/c-ares/
H A Dares_search.c60 int status, ndots; local
104 ndots = 0;
108 ndots++;
111 /* If ndots is at least the channel ndots threshold (usually 1),
115 if (ndots >= channel->ndots)
H A Dares_private.h252 int ndots; member in struct:ares_channeldata
H A Dares.h254 int ndots; member in struct:ares_options
/external/openssh/
H A Dssh.c381 int i, ndots; local
410 ndots = 0;
413 ndots++;
415 if (ndots > options.canonicalize_max_dots) {
/external/libevent/
H A Devdns.c2983 /* The ndots option controls how many dots it takes for the resolver */
2994 int ndots; member in struct:search_state
3019 state->ndots = 1;
3097 evdns_base_search_ndots_set(struct evdns_base *base, const int ndots) { argument
3101 base->global_search_state->ndots = ndots;
3105 evdns_search_ndots_set(const int ndots) { argument
3106 evdns_base_search_ndots_set(current_base, ndots);
3161 if (string_num_dots(name) >= base->global_search_state->ndots) {
3212 if (string_num_dots(handle->search_origname) < handle->search_state->ndots) {
3394 const int ndots = strtoint(val); local
[all...]

Completed in 184 milliseconds