Home | History | Annotate | Download | only in c-ares

Lines Matching full:ndots

109                              x->ndots > -1 && x->timeout > -1 && \
156 channel->ndots = -1;
350 options->ndots = channel->ndots;
429 if ((optmask & ARES_OPT_NDOTS) && channel->ndots == -1)
430 channel->ndots = options->ndots;
1155 if (channel->ndots == -1)
1156 channel->ndots = 1;
1536 val = try_option(p, q, "ndots:");
1537 if (val && channel->ndots == -1)
1538 channel->ndots = aresx_sltosi(strtol(val, NULL, 10));