Lines Matching refs:newurl
1015 !k->newurl) {
1226 * Curl_follow() handles the URL redirect magic. Pass in the 'newurl' string
1232 char *newurl, /* the Location: string */
1237 (void)newurl;
1304 Curl_is_absolute_url(newurl, NULL, 0, FALSE)) {
1311 uc = curl_url_set(data->state.uh, CURLUPART_URL, newurl,
1325 newurl = strdup(newurl);
1326 if(!newurl)
1330 uc = curl_url_get(data->state.uh, CURLUPART_URL, &newurl, 0);
1348 free(newurl);
1364 free(newurl);
1386 data->info.wouldredirect = newurl;
1401 data->state.url = newurl;