Lines Matching defs: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);
1151 xmlChar *URL = NULL;
1177 URL = xmlBuildURI(uriValue, base);
1178 if (URL != NULL) {
1182 "Found %s: '%s' '%s'\n", name, nameValue, URL);
1185 "Found %s: '%s'\n", name, URL);
1187 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1198 if (URL != NULL)
1199 xmlFree(URL);
1414 if (catal->URL == NULL)
1429 xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1433 "Found %s in file hash\n", catal->URL);
1445 "%s not found in file hash\n", catal->URL);
1453 doc = xmlParseXMLCatalogFile(catal->prefer, catal->URL);
1472 "%s added to file hash\n", catal->URL);
1473 xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc);
1535 if (cur->URL != NULL)
1536 xmlFree(cur->URL);
1538 cur->URL = xmlStrdup(replace);
1557 cur = (xmlCatalogEntryPtr)xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1660 cur->name, cur->URL);
1662 return(xmlStrdup(cur->URL));
1689 ret = xmlStrdup(rewrite->URL);
1708 if (xmlStrEqual(cur->URL, delegates[i]))
1715 delegates[nbList++] = cur->URL;
1723 "Trying system delegate %s\n", cur->URL);
1755 return(xmlStrdup(cur->URL));
1787 if (xmlStrEqual(cur->URL, delegates[i]))
1794 delegates[nbList++] = cur->URL;
1802 "Trying public delegate %s\n", cur->URL);
1893 return(xmlStrdup(cur->URL));
1920 ret = xmlStrdup(rewrite->URL);
1939 if (xmlStrEqual(cur->URL, delegates[i]))
1946 delegates[nbList++] = cur->URL;
1954 "Trying URI delegate %s\n", cur->URL);
2565 return(entry->URL);
2592 return(entry->URL);
3614 * @URL: the URL to a new local catalog
3621 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3627 if (URL == NULL)
3632 "Adding document catalog %s\n", URL);
3634 add = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, URL, NULL,