Searched defs:newurl (Results 1 – 7 of 7) sorted by relevance
141 char *newurl; in add_file_name_to_url() local
1232 char *newurl, /* the Location: string */ in Curl_follow()
2283 char *newurl = NULL; local2451 char *newurl = NULL; local
253 static CURLcode concat_url(char *base, const char *relurl, char **newurl) in concat_url()
1808 char *newurl; local
693 char *newurl; /* Set to the new URL to use when a redirect or a retry is member
653 def redirect_request(self, req, fp, code, msg, headers, newurl): argument