Searched defs:newurl (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | transfer.c | 1560 char *newurl, /* the Location: string */ in Curl_follow()
|
D | multi.c | 2093 char *newurl = NULL; local 2256 char *newurl = NULL; local
|
D | url.c | 1888 char *newurl; local
|
D | urldata.h | 634 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 | 651 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
|