Searched refs:xmlNewCatalogEntry (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | catalog.c | 274 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, in xmlNewCatalogEntry() function 1187 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); in xmlParseXMLCatalogOneNode() 1243 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup); in xmlParseXMLCatalogNode() 1367 parent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlParseXMLCatalogFile() 1550 catal->children = xmlNewCatalogEntry(typ, orig, replace, in xmlAddXMLCatalog() 1553 cur->next = xmlNewCatalogEntry(typ, orig, replace, in xmlAddXMLCatalog() 2484 entry = xmlNewCatalogEntry(type, name, filename, in xmlParseSGMLCatalog() 2497 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL, in xmlParseSGMLCatalog() 2716 catal->xml = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlLoadACatalog() 2757 tmp = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlExpandCatalog() [all …]
|