Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c1560 char *newurl, /* the Location: string */ in Curl_follow()
Dmulti.c2093 char *newurl = NULL; local
2256 char *newurl = NULL; local
Durl.c1888 char *newurl; local
Durldata.h634 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.py651 def redirect_request(self, req, fp, code, msg, headers, newurl): argument