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

/freebsd-10.1-release/lib/libfetch/
H A Dftp.c903 ftp_authenticate(conn_t *conn, struct url *url, struct url *purl) argument
919 if (purl && url->port == fetch_default_port(url->scheme))
921 else if (purl)
951 ftp_connect(struct url *url, struct url *purl, const char *flags) argument
969 purl = NULL;
972 if (purl) {
974 conn = fetch_connect(purl->host, purl->port, af, verbose);
978 purl = NULL;
991 if ((e = ftp_authenticate(conn, url, purl)) !
1035 ftp_cached_connect(struct url *url, struct url *purl, const char *flags) argument
1067 struct url *purl; local
1097 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
1399 curl = (purl != NULL) ? purl : URL;
1404 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 && purl) {
1434 struct url *purl; local
1442 *p && (purl = fetchParseURL(p))) {
1443 if (!*purl->scheme)
1444 strcpy(purl->scheme, SCHEME_HTTP);
1445 if (!purl->port)
1446 purl
1498 http_request(struct url *URL, const char *op, struct url_stat *us, struct url *purl, const char *flags) argument
1512 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 203 milliseconds