Lines Matching refs:this_url
421 rc = fwrite_xattr(curl, per->this_url, fileno(outs->stream));
682 free(per->this_url);
1036 result = glob_next_url(&per->this_url, state->urls);
1041 per->this_url = strdup(urlnode->url);
1042 if(!per->this_url) {
1048 per->this_url = NULL;
1049 if(!per->this_url)
1070 result = get_url_file_name(&per->outfile, per->this_url);
1167 result = add_file_name_to_url(per->curl, &per->this_url,
1212 if(output_expected(per->this_url, per->uploadfile) && outs->stream &&
1229 uerr = curl_url_set(uh, CURLUPART_URL, per->this_url,
1246 Curl_safefree(per->this_url); /* free previous URL */
1247 per->this_url = updated; /* use our new URL instead! */
1273 result = url_proto(&per->this_url, config, &use_proto);
1333 my_setopt_str(curl, CURLOPT_URL, per->this_url);