Home | History | Annotate | Download | only in libxml2

Lines Matching refs:orig

1488  * @orig:  the system, public or prefix to match (or NULL)
1498 const xmlChar *orig, const xmlChar *replace) {
1527 if ((orig != NULL) && (cur->type == typ) &&
1528 (xmlStrEqual(orig, cur->name))) {
1549 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1552 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2948 * @orig: the system, public or prefix to match
2958 const xmlChar * orig, const xmlChar * replace)
2966 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2974 entry = xmlNewCatalogEntry(cattype, orig, replace, NULL,
2978 res = xmlHashAddEntry(catal->sgml, orig, entry);
3400 * @orig: the system, public or prefix to match
3411 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) {
3427 orig, NULL, xmlCatalogDefaultPrefer, NULL);
3433 res = xmlACatalogAdd(xmlDefaultCatalog, type, orig, replace);