Home
last modified time | relevance | path

Searched refs:newURL (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/tests/libtest/
Dlib661.c29 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 …]
Dlib539.c30 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/
Dxmllint.c289 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/
Dhtml.idl1702 readonly attribute USVString newURL;
1707 USVString newURL = "";
/third_party/typescript/tests/lib/
Dlib.d.ts4133 newURL?: string; property
10931 newURL: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts554 newURL?: string; property
9079 readonly newURL: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts534 newURL?: string; property
9059 readonly newURL: string; property