Lines Matching full:url
55 #define CURL_BLOCK_OPT_URL "url"
112 char *url; member
461 if (curl_easy_setopt(state->curl, CURLOPT_URL, s->url) || in curl_init_state()
620 .help = "URL to open",
752 error_setg(errp, "curl block driver requires an 'url' option"); in curl_open()
759 error_setg(errp, "%s curl driver cannot handle the URL '%s' (does not " in curl_open()
788 s->url = g_strdup(file); in curl_open()
846 if ((!strncasecmp(s->url, "http://", strlen("http://")) in curl_open()
847 || !strncasecmp(s->url, "https://", strlen("https://"))) in curl_open()
873 g_free(s->url); in curl_open()
981 g_free(s->url); in curl_close()
1006 pstrcpy(bs->exact_filename, sizeof(bs->exact_filename), s->url); in curl_refresh_filename()