Searched refs:redirectUrl (Results 1 – 8 of 8) 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/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/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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
D | HttpMediaDrmCallback.java | 165 @Nullable String redirectUrl = manuallyRedirect ? getRedirectUrl(e) : null; in executePost() 166 if (redirectUrl == null) { in executePost() 169 url = redirectUrl; in executePost()
|
/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 | 3264 String redirectUrl = "http://host\u0000/"; 3266 .addHeaderLenient("Location", redirectUrl)); 3270 assertEquals(redirectUrl, urlConnection.getHeaderField("Location"));
|