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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dcatalog.c245 * xmlNewCatalogEntry:
258 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, function
1172 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1228 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
1352 parent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL,
1537 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1540 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2460 entry = xmlNewCatalogEntry(type, name, filename,
2473 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL,
2690 catal->xml = xmlNewCatalogEntry(XML_CATA_CATALO
[all...]

Completed in 88 milliseconds