Searched defs:newurl (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | transfer.c | 1604 char *newurl, /* the Location: string */ in Curl_follow()
|
D | multi.c | 1646 char *newurl = NULL; in multi_runsingle() local 1818 char *newurl = NULL; in multi_runsingle() local
|
D | urldata.h | 593 char *newurl; /* Set to the new URL to use when a redirect or a retry is member
|
/external/python/cpython2/Lib/ |
D | urllib2.py | 566 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 659 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
|