Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newURL

294 	xmlChar *newURL;
296 newURL = xmlStrdup((const xmlChar *) paths[i]);
297 newURL = xmlStrcat(newURL, (const xmlChar *) "/");
298 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment);
299 if (newURL != NULL) {
300 ret = defaultEntityLoader((const char *)newURL, ID, ctxt);
310 newURL,
313 xmlFree(newURL);
316 xmlFree(newURL);