Searched refs:newURL (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/libtest/ |
D | lib661.c | 29 char *newURL = NULL; in test() local 46 newURL = aprintf("%s/folderA/661", URL); in test() 47 test_setopt(curl, CURLOPT_URL, newURL); in test() 53 free(newURL); in test() 54 newURL = aprintf("%s/folderB/661", URL); in test() 55 test_setopt(curl, CURLOPT_URL, newURL); in test() 68 free(newURL); in test() 69 newURL = aprintf("%s/folderA/661", URL); in test() 70 test_setopt(curl, CURLOPT_URL, newURL); in test() 77 free(newURL); in test() [all …]
|
D | lib539.c | 30 char *newURL = NULL; in test() local 62 newURL = aprintf("%s./", URL); in test() 63 if(newURL == NULL) { in test() 71 free(newURL); in test() 77 test_setopt(curl, CURLOPT_URL, newURL); in test() 86 free(newURL); in test()
|
/external/libxml2/ |
D | xmllint.c | 289 xmlChar *newURL; in xmllintExternalEntityLoader() local 291 newURL = xmlStrdup((const xmlChar *) paths[i]); in xmllintExternalEntityLoader() 292 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader() 293 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader() 294 if (newURL != NULL) { in xmllintExternalEntityLoader() 295 ret = defaultEntityLoader((const char *)newURL, ID, ctxt); in xmllintExternalEntityLoader() 305 newURL, in xmllintExternalEntityLoader() 308 xmlFree(newURL); in xmllintExternalEntityLoader() 311 xmlFree(newURL); in xmllintExternalEntityLoader()
|
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |