Lines Matching defs: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,
2946 * @orig: the system, public or prefix to match
2956 const xmlChar * orig, const xmlChar * replace)
2964 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2972 entry = xmlNewCatalogEntry(cattype, orig, replace, NULL,
2976 res = xmlHashAddEntry(catal->sgml, orig, entry);
3398 * @orig: the system, public or prefix to match
3409 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) {
3425 orig, NULL, xmlCatalogDefaultPrefer, NULL);
3431 res = xmlACatalogAdd(xmlDefaultCatalog, type, orig, replace);