Lines Matching refs:URL

141     xmlChar *URL;  /* The expanded URL using the base */
275 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
304 if (URL == NULL)
305 URL = value;
306 if (URL != NULL)
307 ret->URL = xmlStrdup(URL);
309 ret->URL = NULL;
353 if (ret->URL != NULL)
354 xmlFree(ret->URL);
1146 xmlChar *URL = NULL;
1172 URL = xmlBuildURI(uriValue, base);
1173 if (URL != NULL) {
1177 "Found %s: '%s' '%s'\n", name, nameValue, URL);
1180 "Found %s: '%s'\n", name, URL);
1182 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1193 if (URL != NULL)
1194 xmlFree(URL);
1409 if (catal->URL == NULL)
1424 xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1428 "Found %s in file hash\n", catal->URL);
1440 "%s not found in file hash\n", catal->URL);
1448 doc = xmlParseXMLCatalogFile(catal->prefer, catal->URL);
1467 "%s added to file hash\n", catal->URL);
1468 xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc);
1530 if (cur->URL != NULL)
1531 xmlFree(cur->URL);
1533 cur->URL = xmlStrdup(replace);
1552 cur = (xmlCatalogEntryPtr)xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1655 cur->name, cur->URL);
1657 return(xmlStrdup(cur->URL));
1684 ret = xmlStrdup(rewrite->URL);
1703 if (xmlStrEqual(cur->URL, delegates[i]))
1710 delegates[nbList++] = cur->URL;
1718 "Trying system delegate %s\n", cur->URL);
1750 return(xmlStrdup(cur->URL));
1782 if (xmlStrEqual(cur->URL, delegates[i]))
1789 delegates[nbList++] = cur->URL;
1797 "Trying public delegate %s\n", cur->URL);
1888 return(xmlStrdup(cur->URL));
1915 ret = xmlStrdup(rewrite->URL);
1934 if (xmlStrEqual(cur->URL, delegates[i]))
1941 delegates[nbList++] = cur->URL;
1949 "Trying URI delegate %s\n", cur->URL);
2560 return(entry->URL);
2587 return(entry->URL);
3609 * @URL: the URL to a new local catalog
3616 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3622 if (URL == NULL)
3627 "Adding document catalog %s\n", URL);
3629 add = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, URL, NULL,