Lines Matching refs:fetchOpts
183 fetch_to_fd(const char *url, char *path, const char *fetchOpts) in fetch_to_fd() argument
235 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd()
764 bootstrap_pkg(bool force, const char *fetchOpts) in bootstrap_pkg() argument
804 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1) in bootstrap_pkg()
821 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
838 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
1034 const char *fetchOpts; in main() local
1041 fetchOpts = ""; in main()
1073 fetchOpts = "4"; in main()
1076 fetchOpts = "6"; in main()
1203 if (bootstrap_pkg(force, fetchOpts) != 0) in main()