Searched refs:purl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dftp.c905 ftp_authenticate(conn_t *conn, struct url *url, struct url *purl) argument
922 if (purl && url->port == fetch_default_port(url->scheme))
924 else if (purl)
955 ftp_connect(struct url *url, struct url *purl, const char *flags) argument
973 purl = NULL;
976 if (purl) {
978 conn = fetch_connect(purl->host, purl->port, af, verbose);
982 purl = NULL;
995 if ((e = ftp_authenticate(conn, url, purl)) !
1039 ftp_cached_connect(struct url *url, struct url *purl, const char *flags) argument
1071 struct url *purl; local
1101 ftp_request(struct url *url, const char *op, struct url_stat *us, struct url *purl, const char *flags) argument
[all...]
H A Dhttp.c1378 http_connect(struct url *URL, struct url *purl, const char *flags) argument
1403 curl = (purl != NULL) ? purl : URL;
1409 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && purl) {
1461 struct url *purl; local
1469 *p && (purl = fetchParseURL(p))) {
1470 if (!*purl->scheme)
1471 strcpy(purl->scheme, SCHEME_HTTP);
1472 if (!purl->port)
1473 purl
1525 http_request(struct url *URL, const char *op, struct url_stat *us, struct url *purl, const char *flags) argument
1539 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
[all...]

Completed in 108 milliseconds