Lines Matching refs:scheme
78 const char *scheme = NULL;
140 curl_easy_getinfo(per->curl, CURLINFO_SCHEME, &scheme);
141 scheme = proto_token(scheme);
144 (scheme == proto_http || scheme == proto_https)) {
215 (scheme == proto_http || scheme == proto_https ||
216 scheme == proto_rtsp || scheme == proto_file)) {
364 char *copyloc = NULL, *locurl = NULL, *scheme = NULL, *finalurl = NULL;
414 if(curl_url_get(u, CURLUPART_SCHEME, &scheme, 0))
417 if(!strcmp("http", scheme) ||
418 !strcmp("https", scheme) ||
419 !strcmp("ftp", scheme) ||
420 !strcmp("ftps", scheme)) {
437 curl_free(scheme);