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

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c257 * xmlNewCatalogEntry:
270 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, function
1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1240 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
1364 parent = xmlNewCatalogEntry(XML_CATA_CATALOG, NULL,
1549 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1552 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2483 entry = xmlNewCatalogEntry(type, name, filename,
2496 entry = xmlNewCatalogEntry(type, sysid, NULL, NULL,
2713 catal->xml = xmlNewCatalogEntry(XML_CATA_CATALO
[all...]

Completed in 47 milliseconds