Home
last modified time | relevance | path

Searched refs:redirectUrl (Results 1 – 7 of 7) sorted by relevance

/external/curl/tests/libtest/
Dlib1518.c35 char *redirectUrl = NULL; in test() local
54 curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &redirectUrl); in test()
65 redirectUrl); in test()
/external/skia/tools/skiaserve/
DResponse.cpp80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument
92 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
DResponse.h25 const char* redirectUrl = nullptr);
/external/skqp/tools/skiaserve/
DResponse.cpp80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument
92 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
DResponse.h25 const char* redirectUrl = nullptr);
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
DHttpUrlFetcher.java77 URL redirectUrl = new URL(url, redirectUrlString); in loadDataWithRedirects() local
78 return loadDataWithRedirects(redirectUrl, redirects + 1, url); in loadDataWithRedirects()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java3249 String redirectUrl = "http://host\u0000/";
3251 .addHeaderLenient("Location", redirectUrl));
3255 assertEquals(redirectUrl, urlConnection.getHeaderField("Location"));