Lines Matching defs: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);
1148 xmlChar *URL = NULL;
1174 URL = xmlBuildURI(uriValue, base);
1175 if (URL != NULL) {
1179 "Found %s: '%s' '%s'\n", name, nameValue, URL);
1182 "Found %s: '%s'\n", name, URL);
1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1195 if (URL != NULL)
1196 xmlFree(URL);
1411 if (catal->URL == NULL)
1428 xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1432 "Found %s in file hash\n", catal->URL);
1444 "%s not found in file hash\n", catal->URL);
1452 doc = xmlParseXMLCatalogFile(catal->prefer, catal->URL);
1471 "%s added to file hash\n", catal->URL);
1472 xmlHashAddEntry(xmlCatalogXMLFiles, catal->URL, doc);
1534 if (cur->URL != NULL)
1535 xmlFree(cur->URL);
1537 cur->URL = xmlStrdup(replace);
1556 cur = xmlHashLookup(xmlCatalogXMLFiles, catal->URL);
1659 cur->name, cur->URL);
1661 return(xmlStrdup(cur->URL));
1688 ret = xmlStrdup(rewrite->URL);
1707 if (xmlStrEqual(cur->URL, delegates[i]))
1714 delegates[nbList++] = cur->URL;
1722 "Trying system delegate %s\n", cur->URL);
1754 return(xmlStrdup(cur->URL));
1786 if (xmlStrEqual(cur->URL, delegates[i]))
1793 delegates[nbList++] = cur->URL;
1801 URL);
1892 return(xmlStrdup(cur->URL));
1919 ret = xmlStrdup(rewrite->URL);
1938 if (xmlStrEqual(cur->URL, delegates[i]))
1945 delegates[nbList++] = cur->URL;
1953 "Trying URI delegate %s\n", cur->URL);
2564 return(entry->URL);
2591 return(entry->URL);
3613 * @URL: the URL to a new local catalog
3620 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3626 if (URL == NULL)
3631 "Adding document catalog %s\n", URL);
3633 add = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, URL, NULL,