HomeSort by: relevance | last modified time | path
    Searched defs:purl (Results 1 - 4 of 4) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
ftp.c 908 _ftp_authenticate(conn_t *conn, struct url *url, struct url *purl)
924 if (purl && url->port == _fetch_default_port(url->scheme))
926 else if (purl)
956 _ftp_connect(struct url *url, struct url *purl, const char *flags)
974 purl = NULL;
977 if (purl) {
979 conn = _fetch_connect(purl->host, purl->port, af, verbose);
983 purl = NULL;
996 if ((e = _ftp_authenticate(conn, url, purl)) != FTP_LOGGED_IN
1072 struct url *purl; local in function:_ftp_get_proxy
    [all...]
http.c 680 _http_connect(struct url *URL, struct url *purl, const char *flags)
700 if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) {
701 URL = purl;
735 struct url *purl; local in function:_http_get_proxy
741 *p && (purl = fetchParseURL(p))) {
742 if (!*purl->scheme)
743 strcpy(purl->scheme, SCHEME_HTTP);
744 if (!purl->port)
745 purl->port = _fetch_default_proxy_port(purl->scheme)
    [all...]
ftp.c 908 _ftp_authenticate(conn_t *conn, struct url *url, struct url *purl)
924 if (purl && url->port == _fetch_default_port(url->scheme))
926 else if (purl)
956 _ftp_connect(struct url *url, struct url *purl, const char *flags)
974 purl = NULL;
977 if (purl) {
979 conn = _fetch_connect(purl->host, purl->port, af, verbose);
983 purl = NULL;
996 if ((e = _ftp_authenticate(conn, url, purl)) != FTP_LOGGED_IN
1072 struct url *purl; local in function:_ftp_get_proxy
    [all...]
http.c 680 _http_connect(struct url *URL, struct url *purl, const char *flags)
700 if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) {
701 URL = purl;
735 struct url *purl; local in function:_http_get_proxy
741 *p && (purl = fetchParseURL(p))) {
742 if (!*purl->scheme)
743 strcpy(purl->scheme, SCHEME_HTTP);
744 if (!purl->port)
745 purl->port = _fetch_default_proxy_port(purl->scheme)
    [all...]

Completed in 369 milliseconds