Home
last modified time | relevance | path

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

/external/skia/tools/skiaserve/
DResponse.cpp93 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument
105 MHD_add_response_header (response, "Location", redirectUrl); in SendTemplate()
DResponse.h27 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.java3231 String redirectUrl = "http://host\u0000/";
3233 .addHeaderLenient("Location", redirectUrl));
3237 assertEquals(redirectUrl, urlConnection.getHeaderField("Location"));