Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_operhlp.c139 char *newurl; in add_file_name_to_url() local
157 uerr = curl_url_get(uh, CURLUPART_URL, &newurl, CURLU_DEFAULT_SCHEME); in add_file_name_to_url()
163 *inurlp = newurl; in add_file_name_to_url()
/curl/lib/
H A Dmulti.c1842 (void)newurl;
1930 newurl = strdup(newurl);
1931 if(!newurl)
2127 char *newurl = NULL; local
2188 if(!newurl)
2229 free(newurl);
2230 newurl = data->req.newurl;
2250 free(newurl);
2272 free(newurl);
2378 if(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()
2379 if(data->req.newurl) { in Curl_http_firstwrite()
2983 DEBUGASSERT(!data->req.newurl); in Curl_http_header()
2985 if(!data->req.newurl) in Curl_http_header()
3598 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.c1013 if(data->req.newurl) { in inspect_response()
1015 Curl_safefree(data->req.newurl); in inspect_response()
H A Dtransfer.c503 (k->bytecount != k->size) && !k->newurl) { in Curl_sendrecv()
H A Durl.c1763 char *newurl; local
1776 uc = curl_url_get(uh, CURLUPART_URL, &newurl, 0);
1781 data->state.url = newurl;

Completed in 72 milliseconds