Searched refs:newURL (Results 1 – 5 of 5) sorted by relevance
/external/curl/tests/libtest/ |
D | lib661.c | 31 char *newURL = NULL; in test() local 48 newURL = aprintf("%s/folderA/661", URL); in test() 49 test_setopt(curl, CURLOPT_URL, newURL); in test() 57 curl_free(newURL); in test() 58 newURL = aprintf("%s/folderB/661", URL); in test() 59 test_setopt(curl, CURLOPT_URL, newURL); in test() 74 curl_free(newURL); in test() 75 newURL = aprintf("%s/folderA/661", URL); in test() 76 test_setopt(curl, CURLOPT_URL, newURL); in test() 85 curl_free(newURL); in test() [all …]
|
D | lib539.c | 32 char *newURL = NULL; in test() local 66 curl_free(newURL); in test() 81 curl_free(newURL); in test()
|
/external/perfetto/ui/src/core/ |
D | router.ts | 94 const newRoute = Router.parseUrl(e.newURL); 124 if (!e.newURL.endsWith(normalizedFragment)) {
|
/external/libxml2/ |
D | xmllint.c | 282 xmlChar *newURL; in xmllintResourceLoader() local 284 newURL = xmlStrdup((const xmlChar *) lint->paths[i]); in xmllintResourceLoader() 285 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintResourceLoader() 286 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintResourceLoader() 287 if (newURL != NULL) { in xmllintResourceLoader() 289 code = lint->defaultResourceLoader(NULL, (const char *) newURL, in xmllintResourceLoader() 292 code = xmlNewInputFromUrl((const char *) newURL, flags, out); in xmllintResourceLoader() 296 newURL, ID ? ID : "(null)"); in xmllintResourceLoader() 298 xmlFree(newURL); in xmllintResourceLoader() 301 xmlFree(newURL); in xmllintResourceLoader()
|
/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/ |
D | benchmark-data-2.txt | 3451 newURL
|