Lines Matching refs:fetchOpts
254 fetch_to_fd(struct repository *repo, const char *url, char *path, const char *fetchOpts) in fetch_to_fd() argument
299 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd()
847 bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo) in bootstrap_pkg() argument
874 if ((fd_pkg = fetch_to_fd(repo, url, tmppkg, fetchOpts)) == -1) in bootstrap_pkg()
884 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
900 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
1081 const char *fetchOpts; in main() local
1087 fetchOpts = ""; in main()
1112 fetchOpts = "4"; in main()
1115 fetchOpts = "6"; in main()
1252 if ((ret = bootstrap_pkg(force, fetchOpts, repo)) == 0) in main()