Home | History | Annotate | Download | only in libfetch

Lines Matching refs:scheme

700 	if (purl && strcasecmp(URL->scheme, SCHEME_HTTPS) != 0) {
702 scheme, SCHEME_FTP) == 0) {
711 if (strcasecmp(URL->scheme, SCHEME_HTTPS) == 0 &&
742 if (!*purl->scheme)
743 strcpy(purl->scheme, SCHEME_HTTP);
745 purl->port = _fetch_default_proxy_port(purl->scheme);
746 if (strcasecmp(purl->scheme, SCHEME_HTTP) == 0)
846 url->port = _fetch_default_port(url->scheme);
849 if (purl == NULL && strcmp(url->scheme, SCHEME_FTP) == 0) {
867 if (url->port != _fetch_default_port(url->scheme)) {
879 url->scheme, host, url->doc);
882 op, url->scheme, host, url->doc);
918 url->scheme, host, url->doc);
1028 new = fetchMakeURL(url->scheme, url->host, url->port, p,