Lines Matching full:scheme
81 const char *scheme = NULL; in tool_header_cb() local
111 curl_easy_getinfo(per->curl, CURLINFO_SCHEME, &scheme); in tool_header_cb()
112 scheme = proto_token(scheme); in tool_header_cb()
113 if((scheme == proto_http || scheme == proto_https)) { in tool_header_cb()
235 (scheme == proto_http || scheme == proto_https || in tool_header_cb()
236 scheme == proto_rtsp || scheme == proto_file)) { in tool_header_cb()
384 char *copyloc = NULL, *locurl = NULL, *scheme = NULL, *finalurl = NULL; in write_linked_location() local
434 if(curl_url_get(u, CURLUPART_SCHEME, &scheme, 0)) in write_linked_location()
437 if(!strcmp("http", scheme) || in write_linked_location()
438 !strcmp("https", scheme) || in write_linked_location()
439 !strcmp("ftp", scheme) || in write_linked_location()
440 !strcmp("ftps", scheme)) { in write_linked_location()
457 curl_free(scheme); in write_linked_location()