Searched refs:newURL (Results 1 – 7 of 7) sorted by relevance
/third_party/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) { in test() 71 free(newURL); in test() 77 test_setopt(curl, CURLOPT_URL, newURL); in test() 86 free(newURL); in test()
|
/third_party/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()
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1702 readonly attribute USVString newURL; 1707 USVString newURL = "";
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 4133 newURL?: string; property 10931 newURL: string; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 554 newURL?: string; property 9079 readonly newURL: string; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 534 newURL?: string; property 9059 readonly newURL: string; property
|