Home
last modified time | relevance | path

Searched refs:newurl (Results 1 – 12 of 12) sorted by relevance

/curl/src/
H A Dtool_operhlp.c140 char *newurl; in add_file_name_to_url() local
158 uerr = curl_url_get(uh, CURLUPART_URL, &newurl, CURLU_DEFAULT_SCHEME); in add_file_name_to_url()
164 *inurlp = newurl; in add_file_name_to_url()
/curl/lib/
H A Dtransfer.c505 (k->bytecount != k->size) && !k->newurl) { in Curl_sendrecv()
710 char *newurl, /* the Location: string */ in Curl_follow() argument
715 (void)newurl; in Curl_follow()
782 Curl_is_absolute_url(newurl, NULL, 0, FALSE)) { in Curl_follow()
803 newurl = strdup(newurl); in Curl_follow()
804 if(!newurl) in Curl_follow()
808 uc = curl_url_get(data->state.uh, CURLUPART_URL, &newurl, 0); in Curl_follow()
826 free(newurl); in Curl_follow()
842 free(newurl); in Curl_follow()
864 data->info.wouldredirect = newurl; in Curl_follow()
[all …]
H A Dtransfer.h45 CURLcode Curl_follow(struct Curl_easy *data, char *newurl,
H A Dmulti.c710 Curl_safefree(data->req.newurl); in multi_done()
2181 char *newurl = NULL; local
2197 if(newurl) {
2220 free(newurl);
2347 char *newurl = NULL; local
2404 if(!newurl)
2445 free(newurl);
2446 newurl = data->req.newurl;
2447 data->req.newurl = NULL;
2466 free(newurl);
[all …]
H A Drequest.h101 char *newurl; /* Set to the new URL to use when a redirect or a retry is member
H A Drequest.c120 Curl_safefree(req->newurl); in Curl_req_hard_reset()
144 req->newurl = NULL; in Curl_req_hard_reset()
175 Curl_safefree(req->newurl); in Curl_req_free()
H A Dcf-h1-proxy.c227 Curl_safefree(data->req.newurl); in start_CONNECT()
670 Curl_safefree(data->req.newurl); in start_CONNECT()
922 if(data->req.newurl) { in H1_CONNECT()
952 } while(data->req.newurl); in H1_CONNECT()
957 Curl_safefree(data->req.newurl); in H1_CONNECT()
H A Dhttp.c539 Curl_safefree(data->req.newurl); in Curl_http_auth_act()
541 if(!data->req.newurl) in Curl_http_auth_act()
554 if(!data->req.newurl) in Curl_http_auth_act()
886 free(data->req.newurl); in Curl_http_input_auth()
887 data->req.newurl = strdup(data->state.url); in Curl_http_input_auth()
888 if(!data->req.newurl) in Curl_http_input_auth()
2380 if(data->req.newurl) { in Curl_http_firstwrite()
2984 DEBUGASSERT(!data->req.newurl); in Curl_http_header()
2986 if(!data->req.newurl) in Curl_http_header()
3600 DEBUGASSERT(!data->req.newurl); in http_on_response()
[all …]
H A Durlapi.c253 static CURLcode concat_url(char *base, const char *relurl, char **newurl) in concat_url() argument
268 *newurl = NULL; in concat_url()
390 *newurl = Curl_dyn_ptr(&newest); in concat_url()
H A Dc-hyper.c219 Curl_safefree(data->req.newurl); in hyper_body_chunk()
456 data->req.newurl = strdup(data->state.url); in Curl_hyper_stream()
H A Dcf-h2-proxy.c1011 if(data->req.newurl) { in inspect_response()
1013 Curl_safefree(data->req.newurl); in inspect_response()
H A Durl.c1764 char *newurl; local
1777 uc = curl_url_get(uh, CURLUPART_URL, &newurl, 0);
1782 data->state.url = newurl;

Completed in 64 milliseconds