Searched refs:redirectUrl (Results 1 – 7 of 7) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1518.c | 35 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/ |
D | Response.cpp | 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument 92 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
|
D | Response.h | 25 const char* redirectUrl = nullptr);
|
/external/skqp/tools/skiaserve/ |
D | Response.cpp | 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument 92 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
|
D | Response.h | 25 const char* redirectUrl = nullptr);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
D | HttpUrlFetcher.java | 77 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/ |
D | URLConnectionTest.java | 3249 String redirectUrl = "http://host\u0000/"; 3251 .addHeaderLenient("Location", redirectUrl)); 3255 assertEquals(redirectUrl, urlConnection.getHeaderField("Location"));
|