Home | History | Annotate | Download | only in libxml2

Lines Matching refs:replace

1489  * @replace:  the replacement value for the match
1498 const xmlChar *orig, const xmlChar *replace) {
1536 cur->value = xmlStrdup(replace);
1537 cur->URL = xmlStrdup(replace);
1549 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1552 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2949 * @replace: the replacement value for the match
2958 const xmlChar * orig, const xmlChar * replace)
2966 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2974 entry = xmlNewCatalogEntry(cattype, orig, replace, NULL,
3401 * @replace: the replacement value for the match
3411 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) {
3433 res = xmlACatalogAdd(xmlDefaultCatalog, type, orig, replace);