Home | History | Annotate | Download | only in dist

Lines Matching defs:direct

36  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
369 check_follow_cname(int direct, char **namep, const char *cname)
383 if (!direct &&
410 int i, direct, ndots;
447 direct = option_clear_or_none(options.proxy_command) &&
449 if (!direct &&
491 if (!check_follow_cname(direct, &fullhost, newname)) {
636 int i, r, opt, exit_status, use_syslog, direct, timeout_ms;
1233 direct = option_clear_or_none(options.proxy_command) &&
1235 if (addrs == NULL && config_has_permitted_cnames(&options) && (direct ||
1238 direct, cname, sizeof(cname))) == NULL) {
1240 if (direct)
1243 check_follow_cname(direct, &host, cname);