Searched refs:xmlNewCatalogEntry (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | catalog.c | 266 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, in xmlNewCatalogEntry() function 1365 parent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlParseXMLCatalogFile() 1548 catal->children = xmlNewCatalogEntry(typ, orig, replace, in xmlAddXMLCatalog() 1551 cur->next = xmlNewCatalogEntry(typ, orig, replace, in xmlAddXMLCatalog() 2483 entry = xmlNewCatalogEntry(type, name, filename, in xmlParseSGMLCatalog() 2496 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL, in xmlParseSGMLCatalog() 2715 catal->xml = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlLoadACatalog() 2756 tmp = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlExpandCatalog() 2973 entry = xmlNewCatalogEntry(cattype, orig, replace, NULL, in xmlACatalogAdd() 3166 *nextent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL, in xmlInitializeCatalog() [all …]
|