Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib539.c30 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/
Dxmllint.c288 xmlChar *newURL; in xmllintExternalEntityLoader() local
290 newURL = xmlStrdup((const xmlChar *) paths[i]); in xmllintExternalEntityLoader()
291 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader()
292 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader()
293 if (newURL != NULL) { in xmllintExternalEntityLoader()
294 ret = defaultEntityLoader((const char *)newURL, ID, ctxt); in xmllintExternalEntityLoader()
304 newURL, in xmllintExternalEntityLoader()
307 xmlFree(newURL); in xmllintExternalEntityLoader()
310 xmlFree(newURL); in xmllintExternalEntityLoader()