Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c1604 char *newurl, /* the Location: string */ in Curl_follow()
Dmulti.c1646 char *newurl = NULL; in multi_runsingle() local
1818 char *newurl = NULL; in multi_runsingle() local
Durldata.h593 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.py659 def redirect_request(self, req, fp, code, msg, headers, newurl): argument