Lines Matching defs:paths
642 dodirs(struct conn *c, const char *addr, struct capaths *paths)
656 else if (!json_parse_capaths(j, paths))
657 warnx("%s: bad CA paths", addr);
680 struct capaths paths;
685 memset(&paths, 0, sizeof(struct capaths));
750 if (!dodirs(&c, authority->api, &paths))
753 c.newnonce = paths.newnonce;
756 if (!dochkacc(&c, &paths, authority->contact))
770 if (!dorevoke(&c, paths.revokecert, cert))
779 if (!doneworder(&c, alts, altsz, &order, &paths))
920 json_free_capaths(&paths);