Home | History | Annotate | Download | only in libxml2

Lines Matching refs:URL

137     xmlChar *URL;  /* The expanded URL using the base */
271 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
300 if (URL == NULL)
301 URL = value;
302 if (URL != NULL)
303 ret->URL = xmlStrdup(URL);
305 ret->URL = NULL;
349 if (ret->URL != NULL)
350 xmlFree(ret->URL);
1145 xmlChar *URL = NULL;
1171 URL = xmlBuildURI(uriValue, base);
1172 if (URL != NULL) {
1176 "Found %s: '%s' '%s'\n", name, nameValue, URL);
1179 "Found %s: '%s'\n", name, URL);
1181 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1192 if (URL != NULL)
1193 xmlFree(URL);
1408 if (catal->URL == NULL)
1425 xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1429 "Found %s in file hash\n", catal->URL);
1441 "%s not found in file hash\n", catal->URL);
1449 doc = xmlParseXMLCatalogFile(catal->prefer, catal->URL);
1468 "%s added to file hash\n", catal->URL);
1469 xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc);
1531 if (cur->URL != NULL)
1532 xmlFree(cur->URL);
1534 cur->URL = xmlStrdup(replace);
1553 cur = xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1656 cur->name, cur->URL);
1658 return(xmlStrdup(cur->URL));
1685 ret = xmlStrdup(rewrite->URL);
1704 if (xmlStrEqual(cur->URL, delegates[i]))
1711 delegates[nbList++] = cur->URL;
1719 "Trying system delegate %s\n", cur->URL);
1751 return(xmlStrdup(cur->URL));
1783 if (xmlStrEqual(cur->URL, delegates[i]))
1790 delegates[nbList++] = cur->URL;
1798 URL);
1889 return(xmlStrdup(cur->URL));
1916 ret = xmlStrdup(rewrite->URL);
1935 if (xmlStrEqual(cur->URL, delegates[i]))
1942 delegates[nbList++] = cur->URL;
1950 "Trying URI delegate %s\n", cur->URL);
2561 return(entry->URL);
2588 return(entry->URL);
3610 * @URL: the URL to a new local catalog
3617 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3623 if (URL == NULL)
3628 "Adding document catalog %s\n", URL);
3630 add = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, URL, NULL,