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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c46 xmlNsPtr xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
3678 ret->ns = xmlNewReconciliedNs(target->doc, target, cur->ns);
5713 * xmlNewReconciliedNs:
5726 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) { function
5734 "xmlNewReconciliedNs : tree == NULL\n");
5741 "xmlNewReconciliedNs : ns == NULL\n");
5843 n = xmlNewReconciliedNs(doc, tree, node->ns);
5906 n = xmlNewReconciliedNs(doc, tree, attr->ns);

Completed in 46 milliseconds