Lines Matching refs:fetchOpts
254 fetch_to_fd(struct repository *repo, const char *url, char *path, const char *fetchOpts)
299 remote = fetchXGet(u, &st, fetchOpts);
841 bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo)
868 if ((fd_pkg = fetch_to_fd(repo, url, tmppkg, fetchOpts)) == -1)
878 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) {
894 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) {
1078 const char *fetchOpts;
1086 fetchOpts = "";
1118 fetchOpts = "4";
1121 fetchOpts = "6";
1252 if ((ret = bootstrap_pkg(force, fetchOpts, repo)) == 0)