Home
last modified time | relevance | path

Searched defs:newurl (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/src/
Dtool_operhlp.c141 char *newurl; in add_file_name_to_url() local
/third_party/curl/lib/
Dtransfer.c1232 char *newurl, /* the Location: string */ in Curl_follow()
Dmulti.c2283 char *newurl = NULL; local
2451 char *newurl = NULL; local
Durlapi.c253 static CURLcode concat_url(char *base, const char *relurl, char **newurl) in concat_url()
Durl.c1808 char *newurl; local
Durldata.h693 char *newurl; /* Set to the new URL to use when a redirect or a retry is member
/third_party/python/Lib/urllib/
Drequest.py653 def redirect_request(self, req, fp, code, msg, headers, newurl): argument