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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c53 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
3975 ret->ns = xmlNewReconciliedNs(target->doc, target, cur->ns);
4192 ret->ns = xmlNewReconciliedNs(doc, ret, node->ns);
6048 * xmlNewReconciliedNs:
6061 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) { function
6069 "xmlNewReconciliedNs : tree == NULL\n");
6076 "xmlNewReconciliedNs : ns == NULL\n");
6178 n = xmlNewReconciliedNs(doc, tree, node->ns);
6242 n = xmlNewReconciliedNs(doc, tree, attr->ns);
/external/libxml2/
H A Dtree.c53 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
3988 ret->ns = xmlNewReconciliedNs(target->doc, target, cur->ns);
4205 ret->ns = xmlNewReconciliedNs(doc, ret, node->ns);
6061 * xmlNewReconciliedNs:
6074 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) { function
6082 "xmlNewReconciliedNs : tree == NULL\n");
6089 "xmlNewReconciliedNs : ns == NULL\n");
6191 n = xmlNewReconciliedNs(doc, tree, node->ns);
6255 n = xmlNewReconciliedNs(doc, tree, attr->ns);

Completed in 115 milliseconds