Searched refs:URL (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-12-stable/lib/libfetch/
H A Dfetch.c64 { URL_MALFORMED, FETCH_URL, "Malformed URL" },
65 { URL_BAD_SCHEME, FETCH_URL, "Invalid URL scheme" },
74 * Select the appropriate protocol for the URL scheme, and return a
75 * read-only stream connected to the document referenced by the URL.
79 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) argument
86 if (strcmp(URL->scheme, SCHEME_FILE) == 0)
87 return (fetchXGetFile(URL, us, flags));
88 else if (strcmp(URL->scheme, SCHEME_FTP) == 0)
89 return (fetchXGetFTP(URL, us, flags));
90 else if (strcmp(URL
103 fetchGet(struct url *URL, const char *flags) argument
113 fetchPut(struct url *URL, const char *flags) argument
133 fetchStat(struct url *URL, struct url_stat *us, const char *flags) argument
157 fetchList(struct url *URL, const char *flags) argument
176 fetchXGetURL(const char *URL, struct url_stat *us, const char *flags) argument
194 fetchGetURL(const char *URL, const char *flags) argument
203 fetchPutURL(const char *URL, const char *flags) argument
221 fetchStatURL(const char *URL, struct url_stat *us, const char *flags) argument
239 fetchListURL(const char *URL, const char *flags) argument
350 fetchParseURL(const char *URL) argument
[all...]
H A Dhttp.c1185 IN char * pszDigestUri, /* requested URL */
1381 http_connect(struct url *URL, struct url *purl, const char *flags) argument
1408 curl = (purl != NULL) ? purl : URL;
1415 if (strcmp(URL->scheme, SCHEME_HTTPS) == 0 && purl) {
1417 http_cmd(conn, "CONNECT %s:%d HTTP/1.1", URL->host, URL->port);
1418 http_cmd(conn, "Host: %s:%d", URL->host, URL->port);
1482 if (strcmp(URL->scheme, SCHEME_HTTPS) == 0 &&
1483 fetch_ssl(conn, URL, verbos
1570 http_request(struct url *URL, const char *op, struct url_stat *us, struct url *purl, const char *flags) argument
1584 http_request_body(struct url *URL, const char *op, struct url_stat *us, struct url *purl, const char *flags, const char *content_type, const char *body) argument
2090 fetchXGetHTTP(struct url *URL, struct url_stat *us, const char *flags) argument
2099 fetchGetHTTP(struct url *URL, const char *flags) argument
2118 fetchStatHTTP(struct url *URL, struct url_stat *us, const char *flags) argument
2143 fetchReqHTTP(struct url *URL, const char *method, const char *flags, const char *content_type, const char *body) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DVersion.cpp31 StringRef URL(CLANG_REPOSITORY);
33 StringRef URL("");
38 StringRef SVNRepository("$URL$");
39 if (URL.empty()) {
40 URL = SVNRepository.slice(SVNRepository.find(':'),
45 URL = URL.slice(0, URL.find("/src/tools/clang"));
48 size_t Start = URL.find("cfe/");
50 URL
[all...]
/freebsd-12-stable/tools/tools/fetchbench/
H A Dfetchbench64 URL="${1}"
69 for f in `/usr/bin/jot ${NFETCH}`; do echo "${URL}"; done | /usr/bin/xargs /usr/bin/fetch -qo /dev/null
73 echo -n "${0}: $((${NFETCH} * ${NPROC})) requests for ${URL}, spread among ${NPROC} parallel processes, in "
75 ( /usr/bin/time -h "${0}" -i "${NPROC}" -n "${NFETCH}" -X "${URL}" ) 2>&1 | sed -E 's/ //;s/ +/, /g'
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dsplit_url.c35 const char *URL,
44 SVN_ERR(svn_uri_get_dirent_from_file_url(&repos_dirent, URL, pool));
50 _("Unable to open repository '%s'"), URL);
52 /* Attempt to open a repository at URL. */
56 _("Unable to open repository '%s'"), URL);
81 /* Remove the path components after the root dirent from the original URL,
82 to get a URL to the repository root.
95 urlbuf = svn_stringbuf_create(URL, pool);
32 svn_ra_local__split_URL(svn_repos_t **repos, const char **repos_root_url, const char **fs_path, const char *URL, apr_pool_t *pool) argument
H A Dra_local.h49 /* The URL of the session, split into two components. */
82 /* Given a `file://' URL, figure out which portion specifies a
94 const char *URL,
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dpropdel-cmd.c77 const char *URL;
80 &URL, ctx, pool));
84 URL, &(opt_state->start_revision),
75 const char *URL; local
H A Dpropset-cmd.c119 const char *URL;
122 &URL, ctx, scratch_pool));
126 URL, &(opt_state->start_revision),
117 const char *URL; local
H A Dpropedit-cmd.c112 const char *URL;
122 &URL, ctx, pool));
126 URL, &(opt_state->start_revision),
158 URL, &(opt_state->start_revision),
339 was just a wc propset (but not if the user aborted a URL
110 const char *URL; local
H A Dproplist-cmd.c210 const char *URL;
219 &URL, ctx, scratch_pool));
223 URL, &(opt_state->start_revision),
208 const char *URL; local
H A Dprops.c57 const char **URL,
77 /* (The docs say the target must be either a URL or implicit '.', but
80 SVN_ERR(svn_client_url_from_path2(URL, target, ctx, pool, pool));
81 if (*URL == NULL)
84 _("Either a URL or versioned item is required"));
53 svn_cl__revprop_prepare(const svn_opt_revision_t *revision, const apr_array_header_t *targets, const char **URL, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dinfo-cmd.c333 /* Return a relative URL from information in INFO using POOL for
341 info->URL, pool),
555 svn_cl__xml_tagged_cdata(&sb, pool, "url", info->URL);
557 if (info->repos_root_URL && info->URL)
736 if (info->URL)
737 SVN_ERR(svn_cmdline_printf(pool, _("URL: %s\n"), info->URL));
739 if (info->URL && info->repos_root_URL)
740 SVN_ERR(svn_cmdline_printf(pool, _("Relative URL: %s\n"),
844 SVN_ERR(svn_cmdline_printf(pool, _("Copied From URL
[all...]
H A Dpropget-cmd.c149 is ignored if ABSPATH_OR_URL is a URL).
355 const char *URL;
364 &URL, ctx, pool));
368 URL, &(opt_state->start_revision),
353 const char *URL; local
/freebsd-12-stable/usr.bin/fetch/
H A Dfetch.c387 query_auth(struct url *URL) argument
394 URL->scheme, URL->host, URL->port);
397 if (fgets(URL->user, sizeof URL->user, stdin) == NULL)
399 for (i = strlen(URL->user); i >= 0; --i)
400 if (URL->user[i] == '\r' || URL->user[i] == '\n')
401 URL
428 fetch(char *URL, const char *path) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp61 // URL, followed by an export of the symbol, allowing this code to treat both
81 // The URL imported, e.g. `import .. from 'url';`. Empty for `export {a, b};`.
82 StringRef URL; member in struct:clang::format::JsModuleReference
104 if (LHS.URL.empty() != RHS.URL.empty())
105 return LHS.URL.empty() < RHS.URL.empty();
106 if (int Res = LHS.URL.compare_lower(RHS.URL))
311 << ", url: " << Reference.URL
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dinfo.c49 if (new_info->URL)
50 new_info->URL = apr_pstrdup(pool, info->URL);
148 tmpinfo->URL = pathrev->url;
245 /* Set *SAME_P to TRUE if URL exists in the head of the repository and
247 temporary allocations. RA_SESSION is an open RA session for URL. */
311 client_info.URL = wc_info->URL;
388 return RA session to the possibly-renamed URL as it exists in REVISION.
389 The ra_session returned will be anchored on this "final" URL
[all...]
H A Dcheckout.c135 _("URL '%s' doesn't exist"), pathrev->url);
139 _("URL '%s' refers to a file, not a directory"), pathrev->url);
147 URL, revnum, and an 'incomplete' flag. */
167 /* Get PATH's URL. */
171 /* If PATH's existing URL matches the incoming one, then
178 " different URL"),
204 const char *URL,
221 URL, local_abspath,
201 svn_client_checkout3(svn_revnum_t *result_rev, const char *URL, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_depth_t depth, svn_boolean_t ignore_externals, svn_boolean_t allow_unver_obstructions, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
H A Dcopy.c309 * path or URL defining the svn:externals property. Use SCRATCH_POOL
1279 URL, work up through DIR's parents until an existing node is found.
1317 /* Starting with the URL *TOP_DST_URL which is also the root of
1319 found. Push each nonexistent URL onto the array NEW_DIRS,
1323 Set *TOP_DST_URL and the RA session's root to the existing node's URL.
1463 URLs is or is beneath this sucker's repository root URL as a form
1491 /* Run the history function to get the source's URL and revnum in the
1597 svn copy --parents URL/src URL/dst
1666 non-moves -- the relative source URL NUL
[all...]
H A Dstatus.c125 /* The common ancestor URL of all paths included in the report. */
234 /* A reporter that keeps track of the common URL ancestor of all paths in
535 const char *URL;
542 /* Get full URL from the ANCHOR. */
543 SVN_ERR(svn_client_url_from_path2(&URL, dir_abspath, ctx,
546 if (!URL)
549 _("Entry '%s' has no URL"),
552 /* Open a repository session to the URL. */
553 SVN_ERR(svn_client__open_ra_session_internal(&ra_session, NULL, URL,
572 /* Verify that URL exist
532 const char *URL; local
[all...]
/freebsd-12-stable/contrib/ncurses/misc/
H A Dgen-pkgconfig.in116 URL: http://invisible-island.net/ncurses
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c203 tmpinfo->URL = svn_path_url_add_component2(tmpinfo->repos_root_URL,
244 tmpinfo->URL = svn_path_url_add_component2(tmpinfo->repos_root_URL,
264 tmpinfo->URL = svn_path_url_add_component2(tmpinfo->repos_root_URL,
271 tmpinfo->URL = svn_path_url_add_component2(tmpinfo->repos_root_URL,
321 tmpinfo->URL = NULL;
/freebsd-12-stable/contrib/byacc/package/
H A Dbyacc.spec11 URL: ftp://invisible-island.net/%{AppProgram}
H A Dmingw-byacc.spec11 URL: ftp://invisible-island.net/%{AppProgram}
/freebsd-12-stable/contrib/dialog/package/
H A Ddialog.spec12 URL: ftp://invisible-island.net/%{AppProgram}
/freebsd-12-stable/contrib/apr/
H A Dapr.spec10 URL: http://apr.apache.org/

Completed in 303 milliseconds

12