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

/external/libxml2/
H A Dlibxml2.syms1020 xmlReplaceNode;
H A Delfgcchack.h8798 #undef xmlReplaceNode macro
8799 extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
8801 #ifndef xmlReplaceNode
8802 extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
8803 #define xmlReplaceNode xmlReplaceNode__internal_alias macro
H A Dtree.c2822 * document, but this breaks things like xmlReplaceNode.
3875 * xmlReplaceNode:
3886 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { function
3892 "xmlReplaceNode : old == NULL or without parent\n");
3906 "xmlReplaceNode : Trying to replace attribute node with other node type\n");
3913 "xmlReplaceNode : Trying to replace a non-attribute node with attribute node\n");
4955 xmlReplaceNode(old, root);
H A Dtestapi.c23168 ret_val = xmlReplaceNode(old, cur);
23182 printf("Leak of %d blocks found in xmlReplaceNode",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h949 xmlReplaceNode (xmlNodePtr old,

Completed in 281 milliseconds