Lines Matching refs:scheme

633 	http_auth_schemes_t scheme;  member
646 b->scheme = HTTPAS_UNKNOWN; in init_http_auth_challenge()
783 cs->challenges[cs->count]->scheme = HTTPAS_BASIC; in http_parse_authenticate()
785 cs->challenges[cs->count]->scheme = HTTPAS_DIGEST; in http_parse_authenticate()
787 cs->challenges[cs->count]->scheme = HTTPAS_UNKNOWN; in http_parse_authenticate()
1024 char *scheme; member
1033 s->scheme = s->realm = s->user = s->password = NULL; in init_http_auth_params()
1039 if (s->scheme) in clean_http_auth_params()
1040 free(s->scheme); in clean_http_auth_params()
1067 if ((parms->scheme = strdup(v)) == NULL) { in http_authfromenv()
1346 if (cs->challenges[i]->scheme == HTTPAS_DIGEST) in http_authorize()
1352 (parms->scheme && strcasecmp(parms->scheme, "digest") == 0)) { in http_authorize()
1362 (parms->scheme && strcasecmp(parms->scheme, "basic") == 0)) in http_authorize()
1411 if (strcmp(URL->scheme, SCHEME_HTTPS) == 0 && purl) { in http_connect()
1478 if (strcmp(URL->scheme, SCHEME_HTTPS) == 0 && in http_connect()
1511 if (!*purl->scheme) in http_get_proxy()
1512 strcpy(purl->scheme, SCHEME_HTTP); in http_get_proxy()
1514 purl->port = fetch_default_proxy_port(purl->scheme); in http_get_proxy()
1515 if (strcmp(purl->scheme, SCHEME_HTTP) == 0) in http_get_proxy()
1637 url->port = fetch_default_port(url->scheme); in http_request_body()
1640 if (purl == NULL && strcmp(url->scheme, SCHEME_FTP) == 0) { in http_request_body()
1653 if (url->port != fetch_default_port(url->scheme)) { in http_request_body()
1661 url->scheme, host, url->doc); in http_request_body()
1662 if (purl && strcmp(url->scheme, SCHEME_HTTPS) != 0) { in http_request_body()
1664 op, url->scheme, host, url->doc); in http_request_body()
1754 url->scheme, host, url->doc); in http_request_body()
1903 new = fetchMakeURL(url->scheme, url->host, in http_request_body()