Home | History | Annotate | Download | only in libxml2

Lines Matching refs:newURL

303 	xmlChar *newURL;
305 newURL = xmlStrdup((const xmlChar *) paths[i]);
306 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
307 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
308 if (newURL != NULL) {
309 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
319 newURL,
322 xmlFree(newURL);
325 xmlFree(newURL);