Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operhlp.c134 char *newurl; in add_file_name_to_url() local
/external/curl/lib/
Dtransfer.c1475 char *newurl, /* the Location: string */ in Curl_follow()
Dmulti.c2241 char *newurl = NULL; local
2410 char *newurl = NULL; local
Durl.c1761 char *newurl; local
Durldata.h658 char *newurl; /* Set to the new URL to use when a redirect or a retry is member
/external/python/cpython2/Lib/
Durllib2.py566 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
/external/python/cpython3/Lib/urllib/
Drequest.py653 def redirect_request(self, req, fp, code, msg, headers, newurl): argument