Home
last modified time | relevance | path

Searched refs:xmlNewCatalogEntry (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dcatalog.c274 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, in xmlNewCatalogEntry() function
1192 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); in xmlParseXMLCatalogOneNode()
1248 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup); in xmlParseXMLCatalogNode()
1372 parent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlParseXMLCatalogFile()
1555 catal->children = xmlNewCatalogEntry(typ, orig, replace, in xmlAddXMLCatalog()
1558 cur->next = xmlNewCatalogEntry(typ, orig, replace, in xmlAddXMLCatalog()
2490 entry = xmlNewCatalogEntry(type, name, filename, in xmlParseSGMLCatalog()
2503 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL, in xmlParseSGMLCatalog()
2722 catal->xml = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlLoadACatalog()
2763 tmp = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlExpandCatalog()
[all …]